Html Css Color HEX #A21C9C Dark Magenta

📋 copy color: '#A21C9C'

red 162 ◦ green 28 ◦ blue 156

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

Shades of Dark Magenta #A21C9C

Tints of Dark Magenta #A21C9C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

 BLUE value IS 156 (61.33% from 255) = 45.09%

R = 46.82%
G = 8.09%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A21C9C (or 0xA21C9C) is known color: Dark Magenta. HEX triplet: A2, 1C and 9C. RGB value is (162,28,156). Sum of RGB (Red+Green+Blue) = 162+28+156=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21C9C is #5DE363. Grayscale: #525252. Windows color (decimal): -6153060 or 10230946. OLE color: 10230946.

HSL color Cylindrical-coordinate representation of color #A21C9C: hue angle of 302.69º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21C9C is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 28 156 -
CMYK 0 0.83 0.04 0.36
HSL 302.69º 0.71% 0.37% -
HSV(B) 302.69º 0.83% 0.64% -
XYZ 21.32 10.91 32.44 -
YUV 82.66 169.39 184.59 -
System Red Green Blue C M Y K H S L
Decimal 162 28 156 0 0.83 0.04 0.36 302.69 0.71 0.37
Hex A2 1C 9C 0 53 4 24 12F 47 25
Octal 242 34 234 0 123 4 44 457 107 45
Binary 10100010 11100 10011100 0 1010011 100 100100 100101111 1000111 100101

Color Harmonies of #A21C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21C9C

Black with #A21C9C

Text Example


Text Example

White with #A21C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21C9C; }

 p { color: rgb(162,28,156); }

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

background-color css

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

 a { background-color: rgb(162,28,156); }

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

border-color css

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

 span { border-color: rgb(162,28,156); }

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