Html Css Color HEX #A21092 Dark Magenta

📋 copy color: '#A21092'

red 162 ◦ green 16 ◦ blue 146

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

Shades of Dark Magenta #A21092

Tints of Dark Magenta #A21092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.06%

R = 50%
G = 4.94%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A21092 (or 0xA21092) is known color: Dark Magenta. HEX triplet: A2, 10 and 92. RGB value is (162,16,146). Sum of RGB (Red+Green+Blue) = 162+16+146=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A21092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21092 is #5DEF6D. Grayscale: #4A4A4A. Windows color (decimal): -6156142 or 9572514. OLE color: 9572514.

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

Color convert

RGB 162 16 146 -
CMYK 0 0.90 0.10 0.36
HSL 306.58º 0.82% 0.35% -
HSV(B) 306.58º 0.9% 0.64% -
XYZ 20.27 10.13 28.08 -
YUV 74.47 168.37 190.43 -
System Red Green Blue C M Y K H S L
Decimal 162 16 146 0 0.90 0.10 0.36 306.58 0.82 0.35
Hex A2 10 92 0 5A A 24 133 52 23
Octal 242 20 222 0 132 12 44 463 122 43
Binary 10100010 10000 10010010 0 1011010 1010 100100 100110011 1010010 100011

Color Harmonies of #A21092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21092

Black with #A21092

Text Example


Text Example

White with #A21092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21092; }

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

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

background-color css

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

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

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

border-color css

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

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

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