#A21798

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

Shades of Dark Magenta #A21798

Tints of Dark Magenta #A21798

Color information

#A21798 (or 0xA21798) is unknown color: approx Dark Magenta. HEX triplet: A2, 17 and 98. RGB value is (162,23,152). Sum of RGB (Red+Green+Blue) = 162+23+152=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A21798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21798 is #5DE867. Grayscale: #4E4E4E. Windows color (decimal): -6154344 or 9967522. OLE color: 9967522.

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

Color convert

RGB16223152-
CMYK00.860.060.36
HSL304.32º75.14%36.27%-
HSV(B)304.32º85.8%63.53%-
XYZ20.8710.5630.64-
YUV79.27169.05187.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 23 (9.38% from 255) = 6.82%
BLUE value IS 152 (59.77% from 255) = 45.10%
R=48.07%
G=6.82%
B=45.10%

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
Decimal1622315200.860.060.36304.3275.1436.27
HexA217980566241304b24
Octal24227230012664446011344
Binary101000101011110011000010101101101001001001100001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21798; }

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

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

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

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

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

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

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

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