#A190FF

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

Shades of Light Slate Blue #A190FF

Tints of Light Slate Blue #A190FF

Color information

#A190FF (or 0xA190FF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 90 and FF. RGB value is (161,144,255). Sum of RGB (Red+Green+Blue) = 161+144+255=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #A190FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190FF is #5E6F00. Grayscale: #A1A1A1. Windows color (decimal): -6188801 or 16748705. OLE color: 16748705.

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

Color convert

RGB161144255-
CMYK0.370.4400
HSL249.19º100%78.24%-
HSV(B)249.19º43.53%100%-
XYZ42.7234.7499.06-
YUV161.74180.63127.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.75%
GREEN value IS 144 (56.64% from 255) = 25.71%
BLUE value IS 255 (100% from 255) = 45.54%
R=28.75%
G=25.71%
B=45.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611442550.370.4400249.1910078.24
HexA190FF252C00f9644e
Octal241220377455400371144116
Binary101000011001000011111111100101101100001111100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190FF; }

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

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

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

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

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

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

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

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