#A190F9

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

Shades of Light Slate Blue #A190F9

Tints of Light Slate Blue #A190F9

Color information

#A190F9 (or 0xA190F9) is unknown color: approx Light Slate Blue. HEX triplet: A1, 90 and F9. RGB value is (161,144,249). Sum of RGB (Red+Green+Blue) = 161+144+249=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #A190F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190F9 is #5E6F06. Grayscale: #A0A0A0. Windows color (decimal): -6188807 or 16355489. OLE color: 16355489.

HSL color Cylindrical-coordinate representation of color #A190F9: hue angle of 249.71º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A190F9 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161144249-
CMYK0.350.4200.02
HSL249.71º89.74%77.06%-
HSV(B)249.71º42.17%97.65%-
XYZ41.7734.3694.05-
YUV161.05177.63127.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 144 (56.64% from 255) = 25.99%
BLUE value IS 249 (97.66% from 255) = 44.95%
R=29.06%
G=25.99%
B=44.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611442490.350.4200.02249.7189.7477.06
HexA190F9232A02fa5a4d
Octal241220371435202372132115
Binary1010000110010000111110011000111010100101111101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190F9; }

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

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

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

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

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

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

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

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