#A24C97

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

Shades of Violet Blue #A24C97

Tints of Violet Blue #A24C97

Color information

#A24C97 (or 0xA24C97) is unknown color: approx Violet Blue. HEX triplet: A2, 4C and 97. RGB value is (162,76,151). Sum of RGB (Red+Green+Blue) = 162+76+151=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24C97 is #5DB368. Grayscale: #6E6E6E. Windows color (decimal): -6140777 or 9915554. OLE color: 9915554.

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

Color convert

RGB16276151-
CMYK00.530.070.36
HSL307.67º36.13%46.67%-
HSV(B)307.67º53.09%63.53%-
XYZ23.0715.0830.97-
YUV110.26150.99164.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 76 (30.08% from 255) = 19.54%
BLUE value IS 151 (59.38% from 255) = 38.82%
R=41.65%
G=19.54%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627615100.530.070.36307.6736.1346.67
HexA24C97035724134242f
Octal2421142270657444644457
Binary101000101001100100101110110101111100100100110100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C97; }

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

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

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

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

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

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

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

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