#A192FF

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

Shades of Light Slate Blue #A192FF

Tints of Light Slate Blue #A192FF

Color information

#A192FF (or 0xA192FF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 92 and FF. RGB value is (161,146,255). Sum of RGB (Red+Green+Blue) = 161+146+255=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #A192FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A192FF is #5E6D00. Grayscale: #A2A2A2. Windows color (decimal): -6188289 or 16749217. OLE color: 16749217.

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

Color convert

RGB161146255-
CMYK0.370.4300
HSL248.26º100%78.63%-
HSV(B)248.26º42.75%100%-
XYZ43.0335.3599.16-
YUV162.91179.97126.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.65%
GREEN value IS 146 (57.42% from 255) = 25.98%
BLUE value IS 255 (100% from 255) = 45.37%
R=28.65%
G=25.98%
B=45.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611462550.370.4300248.2610078.63
HexA192FF252B00f8644f
Octal241222377455300370144117
Binary101000011001001011111111100101101011001111100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A192FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A192FF; }

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

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

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

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

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

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

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

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