#A081FE

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

Shades of Light Slate Blue #A081FE

Tints of Light Slate Blue #A081FE

Color information

#A081FE (or 0xA081FE) is unknown color: approx Light Slate Blue. HEX triplet: A0, 81 and FE. RGB value is (160,129,254). Sum of RGB (Red+Green+Blue) = 160+129+254=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #A081FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A081FE is #5F7E01. Grayscale: #989898. Windows color (decimal): -6258178 or 16679328. OLE color: 16679328.

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

Color convert

RGB160129254-
CMYK0.370.4900.00
HSL254.88º98.43%75.1%-
HSV(B)254.88º49.21%99.61%-
XYZ40.2430.3397.5-
YUV152.52185.27133.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.47%
GREEN value IS 129 (50.78% from 255) = 23.76%
BLUE value IS 254 (99.61% from 255) = 46.78%
R=29.47%
G=23.76%
B=46.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601292540.370.4900.00254.8898.4375.1
HexA081FE253100ff624b
Octal240201376456100377142113
Binary101000001000000111111110100101110001001111111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A081FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A081FE; }

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

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

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

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

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

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

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

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