#A24E93

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

Shades of Violet Blue #A24E93

Tints of Violet Blue #A24E93

Color information

#A24E93 (or 0xA24E93) is unknown color: approx Violet Blue. HEX triplet: A2, 4E and 93. RGB value is (162,78,147). Sum of RGB (Red+Green+Blue) = 162+78+147=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24E93 is #5DB16C. Grayscale: #6E6E6E. Windows color (decimal): -6140269 or 9653922. OLE color: 9653922.

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

Color convert

RGB16278147-
CMYK00.520.090.36
HSL310.71º35%47.06%-
HSV(B)310.71º51.85%63.53%-
XYZ22.8915.2429.34-
YUV110.98148.33164.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 78 (30.86% from 255) = 20.16%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=41.86%
G=20.16%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627814700.520.090.36310.713547.06
HexA24E93034924137232f
Octal24211622306411444674357
Binary1010001010011101001001101101001001100100100110111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E93; }

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

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

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

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

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

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

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

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