#A191FC

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

Shades of Light Slate Blue #A191FC

Tints of Light Slate Blue #A191FC

Color information

#A191FC (or 0xA191FC) is unknown color: approx Light Slate Blue. HEX triplet: A1, 91 and FC. RGB value is (161,145,252). Sum of RGB (Red+Green+Blue) = 161+145+252=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #A191FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A191FC is #5E6E03. Grayscale: #A1A1A1. Windows color (decimal): -6188548 or 16552353. OLE color: 16552353.

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

Color convert

RGB161145252-
CMYK0.360.4200.01
HSL248.97º94.69%77.84%-
HSV(B)248.97º42.46%98.82%-
XYZ42.3934.8696.59-
YUV161.98178.8127.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.85%
GREEN value IS 145 (57.03% from 255) = 25.99%
BLUE value IS 252 (98.83% from 255) = 45.16%
R=28.85%
G=25.99%
B=45.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611452520.360.4200.01248.9794.6977.84
HexA191FC242A01f95f4e
Octal241221374445201371137116
Binary101000011001000111111100100100101010011111100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191FC; }

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

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

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

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

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

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

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

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