Html Css Color HEX #A20385 Dark Magenta

📋 copy color: '#A20385'

red 162 ◦ green 3 ◦ blue 133

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

Shades of Dark Magenta #A20385

Tints of Dark Magenta #A20385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 54.36%
G = 1.01%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A20385 (or 0xA20385) is known color: Dark Magenta. HEX triplet: A2, 03 and 85. RGB value is (162,3,133). Sum of RGB (Red+Green+Blue) = 162+3+133=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A20385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20385 is #5DFC7A. Grayscale: #414141. Windows color (decimal): -6159483 or 8717218. OLE color: 8717218.

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

Color convert

RGB 162 3 133 -
CMYK 0 0.98 0.18 0.36
HSL 310.94º 0.96% 0.32% -
HSV(B) 310.94º 0.98% 0.64% -
XYZ 19.17 9.44 23 -
YUV 65.36 166.18 196.93 -
System Red Green Blue C M Y K H S L
Decimal 162 3 133 0 0.98 0.18 0.36 310.94 0.96 0.32
Hex A2 3 85 0 62 12 24 137 60 20
Octal 242 3 205 0 142 22 44 467 140 40
Binary 10100010 11 10000101 0 1100010 10010 100100 100110111 1100000 100000

Color Harmonies of #A20385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20385

Black with #A20385

Text Example


Text Example

White with #A20385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20385; }

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

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

background-color css

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

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

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

border-color css

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

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

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