Html Css Color HEX #A08FFF Light Slate Blue

📋 copy color: '#A08FFF'

red 160 ◦ green 143 ◦ blue 255

#A08FFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #A08FFF

Tints of Light Slate Blue #A08FFF

RGB

 RED value IS 160 (62.89% from 255) = 28.67%

 GREEN value IS 143 (56.25% from 255) = 25.63%

 BLUE value IS 255 (100% from 255) = 45.7%

R = 28.67%
G = 25.63%
B = 45.7%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A08FFF (or 0xA08FFF) is known color: Light Slate Blue. HEX triplet: A0, 8F and FF. RGB value is (160,143,255). Sum of RGB (Red+Green+Blue) = 160+143+255=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #A08FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08FFF is #5F7000. Grayscale: #A0A0A0. Windows color (decimal): -6254593 or 16748448. OLE color: 16748448.

HSL color Cylindrical-coordinate representation of color #A08FFF: hue angle of 249.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A08FFF is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 143 255 -
CMYK 0.37 0.44 0 0
HSL 249.11º 1% 0.78% -
HSV(B) 249.11º 0.44% 1% -
XYZ 42.37 34.34 99 -
YUV 160.85 181.13 127.39 -
System Red Green Blue C M Y K H S L
Decimal 160 143 255 0.37 0.44 0 0 249.11 1 0.78
Hex A0 8F FF 25 2C 0 0 F9 64 4E
Octal 240 217 377 45 54 0 0 371 144 116
Binary 10100000 10001111 11111111 100101 101100 0 0 11111001 1100100 1001110

Color Harmonies of #A08FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FFF

Black with #A08FFF

Text Example


Text Example

White with #A08FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FFF; }

 p { color: rgb(160,143,255); }

 H1.HeaderClassName
 {
   color: #A08FFF;
 }
 .AnyTagClassName
 {
   color: #A08FFF;
 }
</style>

background-color css

<style>
 a { background-color: #A08FFF; }

 a { background-color: rgb(160,143,255); }

 div.DivClassName
 {
   background-color: #A08FFF;
 }
 .BgClassName
 {
   background-color: #A08FFF;
 }
</style>

border-color css

<style>
 span { border-color: #A08FFF; }

 span { border-color: rgb(160,143,255); }

 td.TdClassName
 {
   border-color: #A08FFF;
 }
 .TagClassName
 {
   border-color: #A08FFF;
 }
</style>