#A24E91

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

Shades of Violet Blue #A24E91

Tints of Violet Blue #A24E91

Color information

#A24E91 (or 0xA24E91) is unknown color: approx Violet Blue. HEX triplet: A2, 4E and 91. RGB value is (162,78,145). Sum of RGB (Red+Green+Blue) = 162+78+145=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24E91 is #5DB16E. Grayscale: #6E6E6E. Windows color (decimal): -6140271 or 9522850. OLE color: 9522850.

HSL color Cylindrical-coordinate representation of color #A24E91: hue angle of 312.14º degrees, saturation: 0.35, 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 #A24E91 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16278145-
CMYK00.520.100.36
HSL312.14º35%47.06%-
HSV(B)312.14º51.85%63.53%-
XYZ22.7415.1728.52-
YUV110.75147.33164.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 78 (30.86% from 255) = 20.26%
BLUE value IS 145 (57.03% from 255) = 37.66%
R=42.08%
G=20.26%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627814500.520.100.36312.143547.06
HexA24E91034A24138232f
Octal24211622106412444704357
Binary1010001010011101001000101101001010100100100111000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E91; }

 p { color: rgb(162,78,145); }

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

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

 a { background-color: rgb(162,78,145); }

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

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

 span { border-color: rgb(162,78,145); }

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