#A24C99

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

Shades of Violet Blue #A24C99

Tints of Violet Blue #A24C99

Color information

#A24C99 (or 0xA24C99) is unknown color: approx Violet Blue. HEX triplet: A2, 4C and 99. RGB value is (162,76,153). Sum of RGB (Red+Green+Blue) = 162+76+153=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24C99 is #5DB366. Grayscale: #6E6E6E. Windows color (decimal): -6140775 or 10046626. OLE color: 10046626.

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

Color convert

RGB16276153-
CMYK00.530.060.36
HSL306.28º36.13%46.67%-
HSV(B)306.28º53.09%63.53%-
XYZ23.2315.1531.84-
YUV110.49151.99164.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 76 (30.08% from 255) = 19.44%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=41.43%
G=19.44%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627615300.530.060.36306.2836.1346.67
HexA24C99035624132242f
Octal2421142310656444624457
Binary101000101001100100110010110101110100100100110010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C99; }

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

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

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

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

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

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

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

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