#A08AFF

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

Shades of Light Slate Blue #A08AFF

Tints of Light Slate Blue #A08AFF

Color information

#A08AFF (or 0xA08AFF) is unknown color: approx Light Slate Blue. HEX triplet: A0, 8A and FF. RGB value is (160,138,255). Sum of RGB (Red+Green+Blue) = 160+138+255=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #A08AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08AFF is #5F7500. Grayscale: #9D9D9D. Windows color (decimal): -6255873 or 16747168. OLE color: 16747168.

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

Color convert

RGB160138255-
CMYK0.370.4600
HSL251.28º100%77.06%-
HSV(B)251.28º45.88%100%-
XYZ41.6432.8798.76-
YUV157.92182.79129.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.93%
GREEN value IS 138 (54.30% from 255) = 24.95%
BLUE value IS 255 (100% from 255) = 46.11%
R=28.93%
G=24.95%
B=46.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601382550.370.4600251.2810077.06
HexA08AFF252E00fb644d
Octal240212377455600373144115
Binary101000001000101011111111100101101110001111101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08AFF; }

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

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

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

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

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

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

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

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