#A02C92

Color #A02C92 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A02C92

Tints of Dark Purple #A02C92

Color information

#A02C92 (or 0xA02C92) is unknown color: approx Dark Purple. HEX triplet: A0, 2C and 92. RGB value is (160,44,146). Sum of RGB (Red+Green+Blue) = 160+44+146=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02C92 is #5FD36D. Grayscale: #5A5A5A. Windows color (decimal): -6280046 or 9579680. OLE color: 9579680.

HSL color Cylindrical-coordinate representation of color #A02C92: hue angle of 307.24º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02C92 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB16044146-
CMYK00.720.090.37
HSL307.24º56.86%40%-
HSV(B)307.24º72.5%62.75%-
XYZ20.5911.3528.3-
YUV90.31159.43177.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 44 (17.58% from 255) = 12.57%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=45.71%
G=12.57%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604414600.720.090.37307.2456.8640
HexA02C920489251333928
Octal24054222011011454637150
Binary1010000010110010010010010010001001100101100110011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02C92; }

 p { color: rgb(160,44,146); }

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

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

 a { background-color: rgb(160,44,146); }

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

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

 span { border-color: rgb(160,44,146); }

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