#A02582

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

Shades of Dark Purple #A02582

Tints of Dark Purple #A02582

Color information

#A02582 (or 0xA02582) is unknown color: approx Dark Purple. HEX triplet: A0, 25 and 82. RGB value is (160,37,130). Sum of RGB (Red+Green+Blue) = 160+37+130=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A02582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02582 is #5FDA7D. Grayscale: #545454. Windows color (decimal): -6281854 or 8529312. OLE color: 8529312.

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

Color convert

RGB16037130-
CMYK00.770.190.37
HSL314.63º62.44%38.63%-
HSV(B)314.63º76.88%62.75%-
XYZ19.1910.4122.12-
YUV84.38153.75181.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.93%
GREEN value IS 37 (14.84% from 255) = 11.31%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=48.93%
G=11.31%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603713000.770.190.37314.6362.4438.63
HexA0258204D132513b3e27
Octal24045202011523454737647
Binary10100000100101100000100100110110011100101100111011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02582; }

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

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

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

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

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

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

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

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