Html Css Color HEX #A20085 Dark Magenta

📋 copy color: '#A20085'

red 162 ◦ green 0 ◦ blue 133

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

Shades of Dark Magenta #A20085

Tints of Dark Magenta #A20085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 54.92%
G = 0%
B = 45.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A20085 (or 0xA20085) is known color: Dark Magenta. HEX triplet: A2, 00 and 85. RGB value is (162,0,133). Sum of RGB (Red+Green+Blue) = 162+0+133=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A20085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20085 is #5DFF7A. Grayscale: #3F3F3F. Windows color (decimal): -6160251 or 8716450. OLE color: 8716450.

HSL color Cylindrical-coordinate representation of color #A20085: hue angle of 310.74º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20085 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 0 133 -
CMYK 0 1 0.18 0.36
HSL 310.74º 1% 0.32% -
HSV(B) 310.74º 1% 0.64% -
XYZ 19.13 9.37 22.99 -
YUV 63.6 167.17 198.19 -
System Red Green Blue C M Y K H S L
Decimal 162 0 133 0 1 0.18 0.36 310.74 1 0.32
Hex A2 0 85 0 64 12 24 137 64 20
Octal 242 0 205 0 144 22 44 467 144 40
Binary 10100010 0 10000101 0 1100100 10010 100100 100110111 1100100 100000

Color Harmonies of #A20085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20085

Black with #A20085

Text Example


Text Example

White with #A20085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20085; }

 p { color: rgb(162,0,133); }

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

background-color css

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

 a { background-color: rgb(162,0,133); }

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

border-color css

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

 span { border-color: rgb(162,0,133); }

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