#A08AF5

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

Shades of Light Slate Blue #A08AF5

Tints of Light Slate Blue #A08AF5

Color information

#A08AF5 (or 0xA08AF5) is unknown color: approx Light Slate Blue. HEX triplet: A0, 8A and F5. RGB value is (160,138,245). Sum of RGB (Red+Green+Blue) = 160+138+245=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #A08AF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08AF5 is #5F750A. Grayscale: #9C9C9C. Windows color (decimal): -6255883 or 16091808. OLE color: 16091808.

HSL color Cylindrical-coordinate representation of color #A08AF5: hue angle of 252.34º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A08AF5 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB160138245-
CMYK0.350.4400.04
HSL252.34º84.25%75.1%-
HSV(B)252.34º43.67%96.08%-
XYZ40.0732.2490.5-
YUV156.78177.79130.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.47%
GREEN value IS 138 (54.30% from 255) = 25.41%
BLUE value IS 245 (96.09% from 255) = 45.12%
R=29.47%
G=25.41%
B=45.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1601382450.350.4400.04252.3484.2575.1
HexA08AF5232C04fc544b
Octal240212365435404374124113
Binary10100000100010101111010110001110110001001111110010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08AF5; }

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

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

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

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

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

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

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

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