Html Css Color HEX #A21696 Dark Magenta

📋 copy color: '#A21696'

red 162 ◦ green 22 ◦ blue 150

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

Shades of Dark Magenta #A21696

Tints of Dark Magenta #A21696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.59%

 BLUE value IS 150 (58.98% from 255) = 44.91%

R = 48.5%
G = 6.59%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A21696 (or 0xA21696) is known color: Dark Magenta. HEX triplet: A2, 16 and 96. RGB value is (162,22,150). Sum of RGB (Red+Green+Blue) = 162+22+150=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A21696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21696 is #5DE969. Grayscale: #4E4E4E. Windows color (decimal): -6154602 or 9836194. OLE color: 9836194.

HSL color Cylindrical-coordinate representation of color #A21696: hue angle of 305.14º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21696 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 22 150 -
CMYK 0 0.86 0.07 0.36
HSL 305.14º 0.76% 0.36% -
HSV(B) 305.14º 0.86% 0.64% -
XYZ 20.69 10.46 29.78 -
YUV 78.45 168.38 187.59 -
System Red Green Blue C M Y K H S L
Decimal 162 22 150 0 0.86 0.07 0.36 305.14 0.76 0.36
Hex A2 16 96 0 56 7 24 131 4C 24
Octal 242 26 226 0 126 7 44 461 114 44
Binary 10100010 10110 10010110 0 1010110 111 100100 100110001 1001100 100100

Color Harmonies of #A21696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21696

Black with #A21696

Text Example


Text Example

White with #A21696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21696; }

 p { color: rgb(162,22,150); }

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

background-color css

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

 a { background-color: rgb(162,22,150); }

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

border-color css

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

 span { border-color: rgb(162,22,150); }

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