Html Css Color HEX #A20883 Dark Magenta

📋 copy color: '#A20883'

red 162 ◦ green 8 ◦ blue 131

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

Shades of Dark Magenta #A20883

Tints of Dark Magenta #A20883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.52%

R = 53.82%
G = 2.66%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A20883 (or 0xA20883) is known color: Dark Magenta. HEX triplet: A2, 08 and 83. RGB value is (162,8,131). Sum of RGB (Red+Green+Blue) = 162+8+131=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A20883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20883 is #5DF77C. Grayscale: #434343. Windows color (decimal): -6158205 or 8587426. OLE color: 8587426.

HSL color Cylindrical-coordinate representation of color #A20883: hue angle of 312.08º 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 #A20883 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 8 131 -
CMYK 0 0.95 0.19 0.36
HSL 312.08º 0.91% 0.33% -
HSV(B) 312.08º 0.95% 0.64% -
XYZ 19.08 9.49 22.3 -
YUV 68.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 162 8 131 0 0.95 0.19 0.36 312.08 0.91 0.33
Hex A2 8 83 0 5F 13 24 138 5B 21
Octal 242 10 203 0 137 23 44 470 133 41
Binary 10100010 1000 10000011 0 1011111 10011 100100 100111000 1011011 100001

Color Harmonies of #A20883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20883

Black with #A20883

Text Example


Text Example

White with #A20883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20883; }

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

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

background-color css

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

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

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

border-color css

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

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

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