#A292FF

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

Shades of Light Slate Blue #A292FF

Tints of Light Slate Blue #A292FF

Color information

#A292FF (or 0xA292FF) is unknown color: approx Light Slate Blue. HEX triplet: A2, 92 and FF. RGB value is (162,146,255). Sum of RGB (Red+Green+Blue) = 162+146+255=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #A292FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A292FF is #5D6D00. Grayscale: #A2A2A2. Windows color (decimal): -6122753 or 16749218. OLE color: 16749218.

HSL color Cylindrical-coordinate representation of color #A292FF: hue angle of 248.81º 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 #A292FF is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB162146255-
CMYK0.360.4300
HSL248.81º100%78.63%-
HSV(B)248.81º42.75%100%-
XYZ43.2335.4699.17-
YUV163.21179.8127.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.77%
GREEN value IS 146 (57.42% from 255) = 25.93%
BLUE value IS 255 (100% from 255) = 45.29%
R=28.77%
G=25.93%
B=45.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621462550.360.4300248.8110078.63
HexA292FF242B00f9644f
Octal242222377445300371144117
Binary101000101001001011111111100100101011001111100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A292FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A292FF; }

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

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

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

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

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

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

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

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