Html Css Color HEX #A21292 Dark Magenta

📋 copy color: '#A21292'

red 162 ◦ green 18 ◦ blue 146

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

Shades of Dark Magenta #A21292

Tints of Dark Magenta #A21292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.52%

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

R = 49.69%
G = 5.52%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A21292 (or 0xA21292) is known color: Dark Magenta. HEX triplet: A2, 12 and 92. RGB value is (162,18,146). Sum of RGB (Red+Green+Blue) = 162+18+146=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A21292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21292 is #5DED6D. Grayscale: #4B4B4B. Windows color (decimal): -6155630 or 9573026. OLE color: 9573026.

HSL color Cylindrical-coordinate representation of color #A21292: hue angle of 306.67º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21292 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 18 146 -
CMYK 0 0.89 0.10 0.36
HSL 306.67º 0.8% 0.35% -
HSV(B) 306.67º 0.89% 0.64% -
XYZ 20.3 10.19 28.09 -
YUV 75.65 167.71 189.59 -
System Red Green Blue C M Y K H S L
Decimal 162 18 146 0 0.89 0.10 0.36 306.67 0.8 0.35
Hex A2 12 92 0 59 A 24 133 50 23
Octal 242 22 222 0 131 12 44 463 120 43
Binary 10100010 10010 10010010 0 1011001 1010 100100 100110011 1010000 100011

Color Harmonies of #A21292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21292

Black with #A21292

Text Example


Text Example

White with #A21292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21292; }

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

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

background-color css

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

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

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

border-color css

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

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

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