#A192F9

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

Shades of Light Slate Blue #A192F9

Tints of Light Slate Blue #A192F9

Color information

#A192F9 (or 0xA192F9) is unknown color: approx Light Slate Blue. HEX triplet: A1, 92 and F9. RGB value is (161,146,249). Sum of RGB (Red+Green+Blue) = 161+146+249=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #A192F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A192F9 is #5E6D06. Grayscale: #A1A1A1. Windows color (decimal): -6188295 or 16356001. OLE color: 16356001.

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

Color convert

RGB161146249-
CMYK0.350.4100.02
HSL248.74º89.57%77.45%-
HSV(B)248.74º41.37%97.65%-
XYZ42.0834.9794.16-
YUV162.23176.97127.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 146 (57.42% from 255) = 26.26%
BLUE value IS 249 (97.66% from 255) = 44.78%
R=28.96%
G=26.26%
B=44.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611462490.350.4100.02248.7489.5777.45
HexA192F9232902f95a4d
Octal241222371435102371132115
Binary1010000110010010111110011000111010010101111100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A192F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A192F9; }

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

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

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

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

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

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

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

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