#A24D90

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

Shades of Violet Blue #A24D90

Tints of Violet Blue #A24D90

Color information

#A24D90 (or 0xA24D90) is unknown color: approx Violet Blue. HEX triplet: A2, 4D and 90. RGB value is (162,77,144). Sum of RGB (Red+Green+Blue) = 162+77+144=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24D90 is #5DB26F. Grayscale: #6D6D6D. Windows color (decimal): -6140528 or 9457058. OLE color: 9457058.

HSL color Cylindrical-coordinate representation of color #A24D90: hue angle of 312.71º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A24D90 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB16277144-
CMYK00.520.110.36
HSL312.71º35.56%46.86%-
HSV(B)312.71º52.47%63.53%-
XYZ22.591528.09-
YUV110.05147.16165.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=42.30%
G=20.10%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627714400.520.110.36312.7135.5646.86
HexA24D90034B24139242f
Octal24211522006413444714457
Binary1010001010011011001000001101001011100100100111001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D90; }

 p { color: rgb(162,77,144); }

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

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

 a { background-color: rgb(162,77,144); }

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

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

 span { border-color: rgb(162,77,144); }

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