#A190FC

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

Shades of Light Slate Blue #A190FC

Tints of Light Slate Blue #A190FC

Color information

#A190FC (or 0xA190FC) is unknown color: approx Light Slate Blue. HEX triplet: A1, 90 and FC. RGB value is (161,144,252). Sum of RGB (Red+Green+Blue) = 161+144+252=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #A190FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190FC is #5E6F03. Grayscale: #A0A0A0. Windows color (decimal): -6188804 or 16552097. OLE color: 16552097.

HSL color Cylindrical-coordinate representation of color #A190FC: hue angle of 249.44º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A190FC is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161144252-
CMYK0.360.4300.01
HSL249.44º94.74%77.65%-
HSV(B)249.44º42.86%98.82%-
XYZ42.2434.5596.54-
YUV161.39179.13127.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.90%
GREEN value IS 144 (56.64% from 255) = 25.85%
BLUE value IS 252 (98.83% from 255) = 45.24%
R=28.90%
G=25.85%
B=45.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611442520.360.4300.01249.4494.7477.65
HexA190FC242B01f95f4e
Octal241220374445301371137116
Binary101000011001000011111100100100101011011111100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190FC; }

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

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

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

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

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

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

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

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