Html Css Color HEX #A20893 Dark Magenta

📋 copy color: '#A20893'

red 162 ◦ green 8 ◦ blue 147

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

Shades of Dark Magenta #A20893

Tints of Dark Magenta #A20893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

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

R = 51.1%
G = 2.52%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A20893 (or 0xA20893) is known color: Dark Magenta. HEX triplet: A2, 08 and 93. RGB value is (162,8,147). Sum of RGB (Red+Green+Blue) = 162+8+147=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A20893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20893 is #5DF76C. Grayscale: #454545. Windows color (decimal): -6158189 or 9636002. OLE color: 9636002.

HSL color Cylindrical-coordinate representation of color #A20893: hue angle of 305.84º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20893 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 8 147 -
CMYK 0 0.95 0.09 0.36
HSL 305.84º 0.91% 0.33% -
HSV(B) 305.84º 0.95% 0.64% -
XYZ 20.25 9.96 28.46 -
YUV 69.89 171.52 193.7 -
System Red Green Blue C M Y K H S L
Decimal 162 8 147 0 0.95 0.09 0.36 305.84 0.91 0.33
Hex A2 8 93 0 5F 9 24 132 5B 21
Octal 242 10 223 0 137 11 44 462 133 41
Binary 10100010 1000 10010011 0 1011111 1001 100100 100110010 1011011 100001

Color Harmonies of #A20893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20893

Black with #A20893

Text Example


Text Example

White with #A20893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20893; }

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

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

background-color css

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

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

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

border-color css

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

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

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