#A24C9D

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

Shades of Violet Blue #A24C9D

Tints of Violet Blue #A24C9D

Color information

#A24C9D (or 0xA24C9D) is unknown color: approx Violet Blue. HEX triplet: A2, 4C and 9D. RGB value is (162,76,157). Sum of RGB (Red+Green+Blue) = 162+76+157=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24C9D is #5DB362. Grayscale: #6E6E6E. Windows color (decimal): -6140771 or 10308770. OLE color: 10308770.

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

Color convert

RGB16276157-
CMYK00.530.030.36
HSL303.49º36.13%46.67%-
HSV(B)303.49º53.09%63.53%-
XYZ23.5715.2833.61-
YUV110.95153.99164.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 76 (30.08% from 255) = 19.24%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=41.01%
G=19.24%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627615700.530.030.36303.4936.1346.67
HexA24C9D03532412f242f
Octal2421142350653444574457
Binary10100010100110010011101011010111100100100101111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C9D; }

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

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

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

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

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

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

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

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