#A02382

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

Shades of Dark Purple #A02382

Tints of Dark Purple #A02382

Color information

#A02382 (or 0xA02382) is unknown color: approx Dark Purple. HEX triplet: A0, 23 and 82. RGB value is (160,35,130). Sum of RGB (Red+Green+Blue) = 160+35+130=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A02382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02382 is #5FDC7D. Grayscale: #525252. Windows color (decimal): -6282366 or 8528800. OLE color: 8528800.

HSL color Cylindrical-coordinate representation of color #A02382: hue angle of 314.4º 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 #A02382 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB16035130-
CMYK00.780.190.37
HSL314.4º64.1%38.24%-
HSV(B)314.4º78.12%62.75%-
XYZ19.1310.2922.1-
YUV83.2154.41182.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 35 (14.06% from 255) = 10.77%
BLUE value IS 130 (51.17% from 255) = 40%
R=49.23%
G=10.77%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603513000.780.190.37314.464.138.24
HexA0238204E132513a4026
Octal240432020116234547210046
Binary101000001000111000001001001110100111001011001110101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02382; }

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

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

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

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

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

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

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

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