#A081FF

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

Shades of Light Slate Blue #A081FF

Tints of Light Slate Blue #A081FF

Color information

#A081FF (or 0xA081FF) is unknown color: approx Light Slate Blue. HEX triplet: A0, 81 and FF. RGB value is (160,129,255). Sum of RGB (Red+Green+Blue) = 160+129+255=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #A081FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A081FF is #5F7E00. Grayscale: #989898. Windows color (decimal): -6258177 or 16744864. OLE color: 16744864.

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

Color convert

RGB160129255-
CMYK0.370.4900
HSL254.76º100%75.29%-
HSV(B)254.76º49.41%100%-
XYZ40.430.3998.35-
YUV152.63185.77133.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.41%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 255 (100% from 255) = 46.88%
R=29.41%
G=23.71%
B=46.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601292550.370.4900254.7610075.29
HexA081FF253100ff644b
Octal240201377456100377144113
Binary101000001000000111111111100101110001001111111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A081FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A081FF; }

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

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

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

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

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

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

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

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