Html Css Color HEX #A21089 Dark Magenta

📋 copy color: '#A21089'

red 162 ◦ green 16 ◦ blue 137

#A21089
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A21089

Tints of Dark Magenta #A21089

RGB

 RED value IS 162 (63.67% from 255) = 51.43%

 GREEN value IS 16 (6.64% from 255) = 5.08%

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 51.43%
G = 5.08%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A21089 (or 0xA21089) is known color: Dark Magenta. HEX triplet: A2, 10 and 89. RGB value is (162,16,137). Sum of RGB (Red+Green+Blue) = 162+16+137=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A21089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21089 is #5DEF76. Grayscale: #494949. Windows color (decimal): -6156151 or 8982690. OLE color: 8982690.

HSL color Cylindrical-coordinate representation of color #A21089: hue angle of 310.27º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21089 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 16 137 -
CMYK 0 0.90 0.15 0.36
HSL 310.27º 0.82% 0.35% -
HSV(B) 310.27º 0.9% 0.64% -
XYZ 19.6 9.86 24.54 -
YUV 73.45 163.87 191.16 -
System Red Green Blue C M Y K H S L
Decimal 162 16 137 0 0.90 0.15 0.36 310.27 0.82 0.35
Hex A2 10 89 0 5A F 24 136 52 23
Octal 242 20 211 0 132 17 44 466 122 43
Binary 10100010 10000 10001001 0 1011010 1111 100100 100110110 1010010 100011

Color Harmonies of #A21089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21089

Black with #A21089

Text Example


Text Example

White with #A21089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21089; }

 p { color: rgb(162,16,137); }

 H1.HeaderClassName
 {
   color: #A21089;
 }
 .AnyTagClassName
 {
   color: #A21089;
 }
</style>

background-color css

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

 a { background-color: rgb(162,16,137); }

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

border-color css

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

 span { border-color: rgb(162,16,137); }

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