#A21B9F

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

Shades of Dark Magenta #A21B9F

Tints of Dark Magenta #A21B9F

Color information

#A21B9F (or 0xA21B9F) is unknown color: approx Dark Magenta. HEX triplet: A2, 1B and 9F. RGB value is (162,27,159). Sum of RGB (Red+Green+Blue) = 162+27+159=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21B9F is #5DE460. Grayscale: #525252. Windows color (decimal): -6153313 or 10427298. OLE color: 10427298.

HSL color Cylindrical-coordinate representation of color #A21B9F: hue angle of 301.33º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21B9F is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16227159-
CMYK00.830.020.36
HSL301.33º71.43%37.06%-
HSV(B)301.33º83.33%63.53%-
XYZ21.5510.9733.78-
YUV82.41171.23184.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 27 (10.94% from 255) = 7.76%
BLUE value IS 159 (62.5% from 255) = 45.69%
R=46.55%
G=7.76%
B=45.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622715900.830.020.36301.3371.4337.06
HexA21B9F05322412d4725
Octal24233237012324445510745
Binary10100010110111001111101010011101001001001011011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B9F; }

 p { color: rgb(162,27,159); }

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

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

 a { background-color: rgb(162,27,159); }

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

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

 span { border-color: rgb(162,27,159); }

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