#A24E92

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

Shades of Violet Blue #A24E92

Tints of Violet Blue #A24E92

Color information

#A24E92 (or 0xA24E92) is unknown color: approx Violet Blue. HEX triplet: A2, 4E and 92. RGB value is (162,78,146). Sum of RGB (Red+Green+Blue) = 162+78+146=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24E92 is #5DB16D. Grayscale: #6E6E6E. Windows color (decimal): -6140270 or 9588386. OLE color: 9588386.

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

Color convert

RGB16278146-
CMYK00.520.100.36
HSL311.43º35%47.06%-
HSV(B)311.43º51.85%63.53%-
XYZ22.8115.2128.93-
YUV110.87147.83164.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 78 (30.86% from 255) = 20.21%
BLUE value IS 146 (57.42% from 255) = 37.82%
R=41.97%
G=20.21%
B=37.82%

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
Decimal1627814600.520.100.36311.433547.06
HexA24E92034A24137232f
Octal24211622206412444674357
Binary1010001010011101001001001101001010100100100110111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E92; }

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

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

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

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

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

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

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

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