#A22580

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

Shades of Dark Purple #A22580

Tints of Dark Purple #A22580

Color information

#A22580 (or 0xA22580) is unknown color: approx Dark Purple. HEX triplet: A2, 25 and 80. RGB value is (162,37,128). Sum of RGB (Red+Green+Blue) = 162+37+128=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A22580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22580 is #5DDA7F. Grayscale: #545454. Windows color (decimal): -6150784 or 8398242. OLE color: 8398242.

HSL color Cylindrical-coordinate representation of color #A22580: hue angle of 316.32º 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 #A22580 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB16237128-
CMYK00.770.210.36
HSL316.32º62.81%39.02%-
HSV(B)316.32º77.16%63.53%-
XYZ19.4610.5621.44-
YUV84.75152.41183.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 37 (14.84% from 255) = 11.31%
BLUE value IS 128 (50.39% from 255) = 39.14%
R=49.54%
G=11.31%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623712800.770.210.36316.3262.8139.02
HexA2258004D152413c3f27
Octal24245200011525444747747
Binary10100010100101100000000100110110101100100100111100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22580; }

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

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

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

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

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

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

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

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