Html Css Color HEX #A21793 Dark Magenta

📋 copy color: '#A21793'

red 162 ◦ green 23 ◦ blue 147

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

Shades of Dark Magenta #A21793

Tints of Dark Magenta #A21793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.93%

 BLUE value IS 147 (57.81% from 255) = 44.28%

R = 48.8%
G = 6.93%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A21793 (or 0xA21793) is known color: Dark Magenta. HEX triplet: A2, 17 and 93. RGB value is (162,23,147). Sum of RGB (Red+Green+Blue) = 162+23+147=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A21793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21793 is #5DE86C. Grayscale: #4E4E4E. Windows color (decimal): -6154349 or 9639842. OLE color: 9639842.

HSL color Cylindrical-coordinate representation of color #A21793: hue angle of 306.47º degrees, saturation: 0.75, 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 #A21793 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 23 147 -
CMYK 0 0.86 0.09 0.36
HSL 306.47º 0.75% 0.36% -
HSV(B) 306.47º 0.86% 0.64% -
XYZ 20.47 10.4 28.53 -
YUV 78.7 166.55 187.42 -
System Red Green Blue C M Y K H S L
Decimal 162 23 147 0 0.86 0.09 0.36 306.47 0.75 0.36
Hex A2 17 93 0 56 9 24 132 4B 24
Octal 242 27 223 0 126 11 44 462 113 44
Binary 10100010 10111 10010011 0 1010110 1001 100100 100110010 1001011 100100

Color Harmonies of #A21793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21793

Black with #A21793

Text Example


Text Example

White with #A21793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21793; }

 p { color: rgb(162,23,147); }

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

background-color css

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

 a { background-color: rgb(162,23,147); }

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

border-color css

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

 span { border-color: rgb(162,23,147); }

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