#A24492

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

Shades of Violet Blue #A24492

Tints of Violet Blue #A24492

Color information

#A24492 (or 0xA24492) is unknown color: approx Violet Blue. HEX triplet: A2, 44 and 92. RGB value is (162,68,146). Sum of RGB (Red+Green+Blue) = 162+68+146=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A24492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24492 is #5DBB6D. Grayscale: #686868. Windows color (decimal): -6142830 or 9585826. OLE color: 9585826.

HSL color Cylindrical-coordinate representation of color #A24492: hue angle of 310.21º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A24492 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16268146-
CMYK00.580.100.36
HSL310.21º40.87%45.1%-
HSV(B)310.21º58.02%63.53%-
XYZ22.1613.8928.71-
YUV105151.14168.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 68 (26.95% from 255) = 18.09%
BLUE value IS 146 (57.42% from 255) = 38.83%
R=43.09%
G=18.09%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626814600.580.100.36310.2140.8745.1
HexA2449203AA24136292d
Octal24210422207212444665155
Binary1010001010001001001001001110101010100100100110110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24492; }

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

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

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

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

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

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

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

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