#A081F9

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

Shades of Light Slate Blue #A081F9

Tints of Light Slate Blue #A081F9

Color information

#A081F9 (or 0xA081F9) is unknown color: approx Light Slate Blue. HEX triplet: A0, 81 and F9. RGB value is (160,129,249). Sum of RGB (Red+Green+Blue) = 160+129+249=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #A081F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A081F9 is #5F7E06. Grayscale: #979797. Windows color (decimal): -6258183 or 16351648. OLE color: 16351648.

HSL color Cylindrical-coordinate representation of color #A081F9: hue angle of 255.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A081F9 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160129249-
CMYK0.360.4800.02
HSL255.5º90.91%74.12%-
HSV(B)255.5º48.19%97.65%-
XYZ39.4530.0193.34-
YUV151.95182.77133.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 249 (97.66% from 255) = 46.28%
R=29.74%
G=23.98%
B=46.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601292490.360.4800.02255.590.9174.12
HexA081F92430021005b4a
Octal240201371446002400133112
Binary10100000100000011111100110010011000001010000000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A081F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A081F9; }

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

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

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

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

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

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

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

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