#A21698

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

Shades of Dark Magenta #A21698

Tints of Dark Magenta #A21698

Color information

#A21698 (or 0xA21698) is unknown color: approx Dark Magenta. HEX triplet: A2, 16 and 98. RGB value is (162,22,152). Sum of RGB (Red+Green+Blue) = 162+22+152=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A21698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21698 is #5DE967. Grayscale: #4E4E4E. Windows color (decimal): -6154600 or 9967266. OLE color: 9967266.

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

Color convert

RGB16222152-
CMYK00.860.060.36
HSL304.29º76.09%36.08%-
HSV(B)304.29º86.42%63.53%-
XYZ20.8510.5230.64-
YUV78.68169.38187.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.21%
GREEN value IS 22 (8.98% from 255) = 6.55%
BLUE value IS 152 (59.77% from 255) = 45.24%
R=48.21%
G=6.55%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622215200.860.060.36304.2976.0936.08
HexA216980566241304c24
Octal24226230012664446011444
Binary101000101011010011000010101101101001001001100001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21698; }

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

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

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

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

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

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

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

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