#A22582

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

Shades of Dark Purple #A22582

Tints of Dark Purple #A22582

Color information

#A22582 (or 0xA22582) is unknown color: approx Dark Purple. HEX triplet: A2, 25 and 82. RGB value is (162,37,130). Sum of RGB (Red+Green+Blue) = 162+37+130=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A22582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22582 is #5DDA7D. Grayscale: #545454. Windows color (decimal): -6150782 or 8529314. OLE color: 8529314.

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

Color convert

RGB16237130-
CMYK00.770.200.36
HSL315.36º62.81%39.02%-
HSV(B)315.36º77.16%63.53%-
XYZ19.5910.6222.14-
YUV84.98153.41182.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 37 (14.84% from 255) = 11.25%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=49.24%
G=11.25%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623713000.770.200.36315.3662.8139.02
HexA2258204D142413b3f27
Octal24245202011524444737747
Binary10100010100101100000100100110110100100100100111011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22582; }

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

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

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

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

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

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

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

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