Html Css Color HEX #A08FF8 Light Slate Blue

📋 copy color: '#A08FF8'

red 160 ◦ green 143 ◦ blue 248

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

Shades of Light Slate Blue #A08FF8

Tints of Light Slate Blue #A08FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.01%

R = 29.04%
G = 25.95%
B = 45.01%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A08FF8 (or 0xA08FF8) is known color: Light Slate Blue. HEX triplet: A0, 8F and F8. RGB value is (160,143,248). Sum of RGB (Red+Green+Blue) = 160+143+248=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 248 - color contains mainly: blue. Hex color #A08FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08FF8 is #5F7007. Grayscale: #9F9F9F. Windows color (decimal): -6254600 or 16289696. OLE color: 16289696.

HSL color Cylindrical-coordinate representation of color #A08FF8: hue angle of 249.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A08FF8 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 143 248 -
CMYK 0.35 0.42 0 0.03
HSL 249.71º 0.88% 0.77% -
HSV(B) 249.71º 0.42% 0.97% -
XYZ 41.26 33.9 93.17 -
YUV 160.05 177.63 127.96 -
System Red Green Blue C M Y K H S L
Decimal 160 143 248 0.35 0.42 0 0.03 249.71 0.88 0.77
Hex A0 8F F8 23 2A 0 3 FA 58 4D
Octal 240 217 370 43 52 0 3 372 130 115
Binary 10100000 10001111 11111000 100011 101010 0 11 11111010 1011000 1001101

Color Harmonies of #A08FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FF8

Black with #A08FF8

Text Example


Text Example

White with #A08FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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