#A02374

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

Shades of Dark Purple #A02374

Tints of Dark Purple #A02374

Color information

#A02374 (or 0xA02374) is unknown color: approx Dark Purple. HEX triplet: A0, 23 and 74. RGB value is (160,35,116). Sum of RGB (Red+Green+Blue) = 160+35+116=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A02374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02374 is #5FDC8B. Grayscale: #515151. Windows color (decimal): -6282380 or 7611296. OLE color: 7611296.

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

Color convert

RGB16035116-
CMYK00.780.280.37
HSL321.12º64.1%38.24%-
HSV(B)321.12º78.12%62.75%-
XYZ18.259.9417.48-
YUV81.61147.41183.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 35 (14.06% from 255) = 11.25%
BLUE value IS 116 (45.70% from 255) = 37.30%
R=51.45%
G=11.25%
B=37.30%

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
Decimal1603511600.780.280.37321.1264.138.24
HexA0237404E1C251414026
Octal240431640116344550110046
Binary10100000100011111010001001110111001001011010000011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02374; }

 p { color: rgb(160,35,116); }

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

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

 a { background-color: rgb(160,35,116); }

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

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

 span { border-color: rgb(160,35,116); }

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