#A08FF7

Color #A08FF7 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #A08FF7

Tints of Light Slate Blue #A08FF7

Color information

#A08FF7 (or 0xA08FF7) is unknown color: approx Light Slate Blue. HEX triplet: A0, 8F and F7. RGB value is (160,143,247). Sum of RGB (Red+Green+Blue) = 160+143+247=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #A08FF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08FF7 is #5F7008. Grayscale: #9F9F9F. Windows color (decimal): -6254601 or 16224160. OLE color: 16224160.

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

Color convert

RGB160143247-
CMYK0.350.4200.03
HSL249.81º86.67%76.47%-
HSV(B)249.81º42.11%96.86%-
XYZ41.1133.8392.36-
YUV159.94177.13128.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.09%
GREEN value IS 143 (56.25% from 255) = 26%
BLUE value IS 247 (96.88% from 255) = 44.91%
R=29.09%
G=26%
B=44.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1601432470.350.4200.03249.8186.6776.47
HexA08FF7232A03fa574c
Octal240217367435203372127114
Binary1010000010001111111101111000111010100111111101010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08FF7; }

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

 H1.HeaderClassName
 {
   color: #A08FF7;
 }
 .AnyTagClassName
 {
   color: #A08FF7;
 }
</style>
background-color css

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

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

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

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

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

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