#A492FF

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

Shades of Light Slate Blue #A492FF

Tints of Light Slate Blue #A492FF

Color information

#A492FF (or 0xA492FF) is unknown color: approx Light Slate Blue. HEX triplet: A4, 92 and FF. RGB value is (164,146,255). Sum of RGB (Red+Green+Blue) = 164+146+255=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #A492FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A492FF is #5B6D00. Grayscale: #A3A3A3. Windows color (decimal): -5991681 or 16749220. OLE color: 16749220.

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

Color convert

RGB164146255-
CMYK0.360.4300
HSL249.91º100%78.63%-
HSV(B)249.91º42.75%100%-
XYZ43.6435.6799.19-
YUV163.81179.46128.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.03%
GREEN value IS 146 (57.42% from 255) = 25.84%
BLUE value IS 255 (100% from 255) = 45.13%
R=29.03%
G=25.84%
B=45.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641462550.360.4300249.9110078.63
HexA492FF242B00fa644f
Octal244222377445300372144117
Binary101001001001001011111111100100101011001111101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492FF; }

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

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

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

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

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

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

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

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