#A22584

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

Shades of Dark Purple #A22584

Tints of Dark Purple #A22584

Color information

#A22584 (or 0xA22584) is unknown color: approx Dark Purple. HEX triplet: A2, 25 and 84. RGB value is (162,37,132). Sum of RGB (Red+Green+Blue) = 162+37+132=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A22584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22584 is #5DDA7B. Grayscale: #545454. Windows color (decimal): -6150780 or 8660386. OLE color: 8660386.

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

Color convert

RGB16237132-
CMYK00.770.190.36
HSL314.4º62.81%39.02%-
HSV(B)314.4º77.16%63.53%-
XYZ19.7310.6722.85-
YUV85.2154.41182.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 37 (14.84% from 255) = 11.18%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=48.94%
G=11.18%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623713200.770.190.36314.462.8139.02
HexA2258404D132413a3f27
Octal24245204011523444727747
Binary10100010100101100001000100110110011100100100111010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22584; }

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

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

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

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

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

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

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

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