Html Css Color HEX #A21E9C Dark Magenta

📋 copy color: '#A21E9C'

red 162 ◦ green 30 ◦ blue 156

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

Shades of Dark Magenta #A21E9C

Tints of Dark Magenta #A21E9C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.62%

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

R = 46.55%
G = 8.62%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A21E9C (or 0xA21E9C) is known color: Dark Magenta. HEX triplet: A2, 1E and 9C. RGB value is (162,30,156). Sum of RGB (Red+Green+Blue) = 162+30+156=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21E9C is #5DE163. Grayscale: #535353. Windows color (decimal): -6152548 or 10231458. OLE color: 10231458.

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

Color convert

RGB 162 30 156 -
CMYK 0 0.81 0.04 0.36
HSL 302.73º 0.69% 0.38% -
HSV(B) 302.73º 0.81% 0.64% -
XYZ 21.37 11.01 32.45 -
YUV 83.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 162 30 156 0 0.81 0.04 0.36 302.73 0.69 0.38
Hex A2 1E 9C 0 51 4 24 12F 45 26
Octal 242 36 234 0 121 4 44 457 105 46
Binary 10100010 11110 10011100 0 1010001 100 100100 100101111 1000101 100110

Color Harmonies of #A21E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E9C

Black with #A21E9C

Text Example


Text Example

White with #A21E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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