#A02284

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

Shades of Dark Purple #A02284

Tints of Dark Purple #A02284

Color information

#A02284 (or 0xA02284) is unknown color: approx Dark Purple. HEX triplet: A0, 22 and 84. RGB value is (160,34,132). Sum of RGB (Red+Green+Blue) = 160+34+132=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A02284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02284 is #5FDD7B. Grayscale: #525252. Windows color (decimal): -6282620 or 8659616. OLE color: 8659616.

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

Color convert

RGB16034132-
CMYK00.790.170.37
HSL313.33º64.95%38.04%-
HSV(B)313.33º78.75%62.75%-
XYZ19.2310.2822.8-
YUV82.85155.74183.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.08%
GREEN value IS 34 (13.67% from 255) = 10.43%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=49.08%
G=10.43%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603413200.790.170.37313.3364.9538.04
HexA0228404F11251394126
Octal240422040117214547110146
Binary101000001000101000010001001111100011001011001110011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02284; }

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

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

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

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

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

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

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

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