#A181F9

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

Shades of Light Slate Blue #A181F9

Tints of Light Slate Blue #A181F9

Color information

#A181F9 (or 0xA181F9) is unknown color: approx Light Slate Blue. HEX triplet: A1, 81 and F9. RGB value is (161,129,249). Sum of RGB (Red+Green+Blue) = 161+129+249=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #A181F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A181F9 is #5E7E06. Grayscale: #979797. Windows color (decimal): -6192647 or 16351649. OLE color: 16351649.

HSL color Cylindrical-coordinate representation of color #A181F9: hue angle of 256º 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 #A181F9 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161129249-
CMYK0.350.4800.02
HSL256º90.91%74.12%-
HSV(B)256º48.19%97.65%-
XYZ39.6530.1293.35-
YUV152.25182.6134.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.87%
GREEN value IS 129 (50.78% from 255) = 23.93%
BLUE value IS 249 (97.66% from 255) = 46.20%
R=29.87%
G=23.93%
B=46.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611292490.350.4800.0225690.9174.12
HexA181F92330021005b4a
Octal241201371436002400133112
Binary10100001100000011111100110001111000001010000000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A181F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A181F9; }

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

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

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

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

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

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

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

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