#A191FF

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

Shades of Light Slate Blue #A191FF

Tints of Light Slate Blue #A191FF

Color information

#A191FF (or 0xA191FF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 91 and FF. RGB value is (161,145,255). Sum of RGB (Red+Green+Blue) = 161+145+255=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #A191FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A191FF is #5E6E00. Grayscale: #A1A1A1. Windows color (decimal): -6188545 or 16748961. OLE color: 16748961.

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

Color convert

RGB161145255-
CMYK0.370.4300
HSL248.73º100%78.43%-
HSV(B)248.73º43.14%100%-
XYZ42.8735.0599.11-
YUV162.32180.3127.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.70%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 255 (100% from 255) = 45.45%
R=28.70%
G=25.85%
B=45.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611452550.370.4300248.7310078.43
HexA191FF252B00f9644e
Octal241221377455300371144116
Binary101000011001000111111111100101101011001111100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191FF; }

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

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

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

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

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

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

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

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