#A02473

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

Shades of Dark Purple #A02473

Tints of Dark Purple #A02473

Color information

#A02473 (or 0xA02473) is unknown color: approx Dark Purple. HEX triplet: A0, 24 and 73. RGB value is (160,36,115). Sum of RGB (Red+Green+Blue) = 160+36+115=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A02473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02473 is #5FDB8C. Grayscale: #515151. Windows color (decimal): -6282125 or 7546016. OLE color: 7546016.

HSL color Cylindrical-coordinate representation of color #A02473: hue angle of 321.77º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02473 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB16036115-
CMYK00.780.280.37
HSL321.77º63.27%38.43%-
HSV(B)321.77º77.5%62.75%-
XYZ18.229.9717.18-
YUV82.08146.58183.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 36 (14.45% from 255) = 11.58%
BLUE value IS 115 (45.31% from 255) = 36.98%
R=51.45%
G=11.58%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603611500.780.280.37321.7763.2738.43
HexA0247304E1C251423f26
Octal24044163011634455027746
Binary1010000010010011100110100111011100100101101000010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02473; }

 p { color: rgb(160,36,115); }

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

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

 a { background-color: rgb(160,36,115); }

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

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

 span { border-color: rgb(160,36,115); }

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