#A02384

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

Shades of Dark Purple #A02384

Tints of Dark Purple #A02384

Color information

#A02384 (or 0xA02384) is unknown color: approx Dark Purple. HEX triplet: A0, 23 and 84. RGB value is (160,35,132). Sum of RGB (Red+Green+Blue) = 160+35+132=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A02384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02384 is #5FDC7B. Grayscale: #535353. Windows color (decimal): -6282364 or 8659872. OLE color: 8659872.

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

Color convert

RGB16035132-
CMYK00.780.170.37
HSL313.44º64.1%38.24%-
HSV(B)313.44º78.12%62.75%-
XYZ19.2610.3422.81-
YUV83.43155.41182.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.93%
GREEN value IS 35 (14.06% from 255) = 10.70%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=48.93%
G=10.70%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603513200.780.170.37313.4464.138.24
HexA0238404E11251394026
Octal240432040116214547110046
Binary101000001000111000010001001110100011001011001110011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02384; }

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

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

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

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

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

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

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

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