#A24C8E

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

Shades of Violet Blue #A24C8E

Tints of Violet Blue #A24C8E

Color information

#A24C8E (or 0xA24C8E) is unknown color: approx Violet Blue. HEX triplet: A2, 4C and 8E. RGB value is (162,76,142). Sum of RGB (Red+Green+Blue) = 162+76+142=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24C8E is #5DB371. Grayscale: #6D6D6D. Windows color (decimal): -6140786 or 9325730. OLE color: 9325730.

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

Color convert

RGB16276142-
CMYK00.530.120.36
HSL313.95º36.13%46.67%-
HSV(B)313.95º53.09%63.53%-
XYZ22.3714.827.27-
YUV109.24146.49165.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 76 (30.08% from 255) = 20%
BLUE value IS 142 (55.86% from 255) = 37.37%
R=42.63%
G=20%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627614200.530.120.36313.9536.1346.67
HexA24C8E035C2413a242f
Octal24211421606514444724457
Binary1010001010011001000111001101011100100100100111010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C8E; }

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

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

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

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

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

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

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

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