#A02892

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

Shades of Dark Purple #A02892

Tints of Dark Purple #A02892

Color information

#A02892 (or 0xA02892) is unknown color: approx Dark Purple. HEX triplet: A0, 28 and 92. RGB value is (160,40,146). Sum of RGB (Red+Green+Blue) = 160+40+146=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A02892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02892 is #5FD76D. Grayscale: #575757. Windows color (decimal): -6281070 or 9578656. OLE color: 9578656.

HSL color Cylindrical-coordinate representation of color #A02892: hue angle of 307º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02892 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB16040146-
CMYK00.750.090.37
HSL307º60%39.22%-
HSV(B)307º75%62.75%-
XYZ20.4411.0728.25-
YUV87.96160.76179.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.24%
GREEN value IS 40 (16.02% from 255) = 11.56%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=46.24%
G=11.56%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604014600.750.090.373076039.22
HexA0289204B9251333c27
Octal24050222011311454637447
Binary1010000010100010010010010010111001100101100110011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02892; }

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

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

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

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

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

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

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

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