#A21695

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

Shades of Dark Magenta #A21695

Tints of Dark Magenta #A21695

Color information

#A21695 (or 0xA21695) is unknown color: approx Dark Magenta. HEX triplet: A2, 16 and 95. RGB value is (162,22,149). Sum of RGB (Red+Green+Blue) = 162+22+149=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A21695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21695 is #5DE96A. Grayscale: #4D4D4D. Windows color (decimal): -6154603 or 9770658. OLE color: 9770658.

HSL color Cylindrical-coordinate representation of color #A21695: hue angle of 305.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21695 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB16222149-
CMYK00.860.080.36
HSL305.57º76.09%36.08%-
HSV(B)305.57º86.42%63.53%-
XYZ20.6110.4329.36-
YUV78.34167.88187.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 22 (8.98% from 255) = 6.61%
BLUE value IS 149 (58.59% from 255) = 44.74%
R=48.65%
G=6.61%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622214900.860.080.36305.5776.0936.08
HexA216950568241324c24
Octal242262250126104446211444
Binary1010001010110100101010101011010001001001001100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21695; }

 p { color: rgb(162,22,149); }

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

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

 a { background-color: rgb(162,22,149); }

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

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

 span { border-color: rgb(162,22,149); }

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