#A24CA2

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

Shades of Violet Blue #A24CA2

Tints of Violet Blue #A24CA2

Color information

#A24CA2 (or 0xA24CA2) is unknown color: approx Violet Blue. HEX triplet: A2, 4C and A2. RGB value is (162,76,162). Sum of RGB (Red+Green+Blue) = 162+76+162=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 162 - color contains mainly: red, blue. Hex color #A24CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24CA2 is #5DB35D. Grayscale: #6F6F6F. Windows color (decimal): -6140766 or 10636450. OLE color: 10636450.

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

Color convert

RGB16276162-
CMYK00.5300.36
HSL300º36.13%46.67%-
HSV(B)300º53.09%63.53%-
XYZ24.0115.4635.9-
YUV111.52156.49164.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.5%
GREEN value IS 76 (30.08% from 255) = 19%
BLUE value IS 162 (63.67% from 255) = 40.5%
R=40.5%
G=19%
B=40.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627616200.5300.3630036.1346.67
HexA24CA203502412c242f
Octal2421142420650444544457
Binary1010001010011001010001001101010100100100101100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24CA2; }

 p { color: rgb(162,76,162); }

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

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

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

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

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

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

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