Html Css Color HEX #A08FF9 Light Slate Blue

📋 copy color: '#A08FF9'

red 160 ◦ green 143 ◦ blue 249

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

Shades of Light Slate Blue #A08FF9

Tints of Light Slate Blue #A08FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.11%

R = 28.99%
G = 25.91%
B = 45.11%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A08FF9 (or 0xA08FF9) is known color: Light Slate Blue. HEX triplet: A0, 8F and F9. RGB value is (160,143,249). Sum of RGB (Red+Green+Blue) = 160+143+249=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #A08FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08FF9 is #5F7006. Grayscale: #9F9F9F. Windows color (decimal): -6254599 or 16355232. OLE color: 16355232.

HSL color Cylindrical-coordinate representation of color #A08FF9: hue angle of 249.62º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A08FF9 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 143 249 -
CMYK 0.36 0.43 0 0.02
HSL 249.62º 0.9% 0.77% -
HSV(B) 249.62º 0.43% 0.98% -
XYZ 41.42 33.96 93.99 -
YUV 160.17 178.13 127.88 -
System Red Green Blue C M Y K H S L
Decimal 160 143 249 0.36 0.43 0 0.02 249.62 0.9 0.77
Hex A0 8F F9 24 2B 0 2 FA 5A 4D
Octal 240 217 371 44 53 0 2 372 132 115
Binary 10100000 10001111 11111001 100100 101011 0 10 11111010 1011010 1001101

Color Harmonies of #A08FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FF9

Black with #A08FF9

Text Example


Text Example

White with #A08FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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