Html Css Color HEX #A20885 Dark Magenta

📋 copy color: '#A20885'

red 162 ◦ green 8 ◦ blue 133

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

Shades of Dark Magenta #A20885

Tints of Dark Magenta #A20885

RGB

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

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

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

R = 53.47%
G = 2.64%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A20885 (or 0xA20885) is known color: Dark Magenta. HEX triplet: A2, 08 and 85. RGB value is (162,8,133). Sum of RGB (Red+Green+Blue) = 162+8+133=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A20885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20885 is #5DF77A. Grayscale: #434343. Windows color (decimal): -6158203 or 8718498. OLE color: 8718498.

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

Color convert

RGB 162 8 133 -
CMYK 0 0.95 0.18 0.36
HSL 311.3º 0.91% 0.33% -
HSV(B) 311.3º 0.95% 0.64% -
XYZ 19.22 9.55 23.02 -
YUV 68.3 164.52 194.84 -
System Red Green Blue C M Y K H S L
Decimal 162 8 133 0 0.95 0.18 0.36 311.3 0.91 0.33
Hex A2 8 85 0 5F 12 24 137 5B 21
Octal 242 10 205 0 137 22 44 467 133 41
Binary 10100010 1000 10000101 0 1011111 10010 100100 100110111 1011011 100001

Color Harmonies of #A20885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20885

Black with #A20885

Text Example


Text Example

White with #A20885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20885; }

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

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

background-color css

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

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

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

border-color css

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

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

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