Html Css Color HEX #A20683 Dark Magenta

📋 copy color: '#A20683'

red 162 ◦ green 6 ◦ blue 131

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

Shades of Dark Magenta #A20683

Tints of Dark Magenta #A20683

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

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

R = 54.18%
G = 2.01%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A20683 (or 0xA20683) is known color: Dark Magenta. HEX triplet: A2, 06 and 83. RGB value is (162,6,131). Sum of RGB (Red+Green+Blue) = 162+6+131=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A20683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20683 is #5DF97C. Grayscale: #424242. Windows color (decimal): -6158717 or 8586914. OLE color: 8586914.

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

Color convert

RGB 162 6 131 -
CMYK 0 0.96 0.19 0.36
HSL 311.92º 0.93% 0.33% -
HSV(B) 311.92º 0.96% 0.64% -
XYZ 19.06 9.45 22.29 -
YUV 66.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 162 6 131 0 0.96 0.19 0.36 311.92 0.93 0.33
Hex A2 6 83 0 60 13 24 138 5D 21
Octal 242 6 203 0 140 23 44 470 135 41
Binary 10100010 110 10000011 0 1100000 10011 100100 100111000 1011101 100001

Color Harmonies of #A20683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20683

Black with #A20683

Text Example


Text Example

White with #A20683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20683; }

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

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

background-color css

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

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

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

border-color css

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

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

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