#A24A9B

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

Shades of Violet Blue #A24A9B

Tints of Violet Blue #A24A9B

Color information

#A24A9B (or 0xA24A9B) is unknown color: approx Violet Blue. HEX triplet: A2, 4A and 9B. RGB value is (162,74,155). Sum of RGB (Red+Green+Blue) = 162+74+155=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24A9B is #5DB564. Grayscale: #6D6D6D. Windows color (decimal): -6141285 or 10177186. OLE color: 10177186.

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

Color convert

RGB16274155-
CMYK00.540.040.36
HSL304.77º37.29%46.27%-
HSV(B)304.77º54.32%63.53%-
XYZ23.2714.9532.67-
YUV109.55153.65165.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 74 (29.30% from 255) = 18.93%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=41.43%
G=18.93%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627415500.540.040.36304.7737.2946.27
HexA24A9B036424131252e
Octal2421122330664444614556
Binary101000101001010100110110110110100100100100110001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A9B; }

 p { color: rgb(162,74,155); }

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

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

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

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

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

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

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