Html Css Color HEX #A21295 Dark Magenta

📋 copy color: '#A21295'

red 162 ◦ green 18 ◦ blue 149

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

Shades of Dark Magenta #A21295

Tints of Dark Magenta #A21295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.29%

R = 49.24%
G = 5.47%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A21295 (or 0xA21295) is known color: Dark Magenta. HEX triplet: A2, 12 and 95. RGB value is (162,18,149). Sum of RGB (Red+Green+Blue) = 162+18+149=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A21295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21295 is #5DED6A. Grayscale: #4B4B4B. Windows color (decimal): -6155627 or 9769634. OLE color: 9769634.

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

Color convert

RGB 162 18 149 -
CMYK 0 0.89 0.08 0.36
HSL 305.42º 0.8% 0.35% -
HSV(B) 305.42º 0.89% 0.64% -
XYZ 20.54 10.28 29.34 -
YUV 75.99 169.21 189.35 -
System Red Green Blue C M Y K H S L
Decimal 162 18 149 0 0.89 0.08 0.36 305.42 0.8 0.35
Hex A2 12 95 0 59 8 24 131 50 23
Octal 242 22 225 0 131 10 44 461 120 43
Binary 10100010 10010 10010101 0 1011001 1000 100100 100110001 1010000 100011

Color Harmonies of #A21295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21295

Black with #A21295

Text Example


Text Example

White with #A21295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21295; }

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

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

background-color css

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

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

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

border-color css

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

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

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