Html Css Color HEX #A20887 Dark Magenta

📋 copy color: '#A20887'

red 162 ◦ green 8 ◦ blue 135

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

Shades of Dark Magenta #A20887

Tints of Dark Magenta #A20887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.26%

R = 53.11%
G = 2.62%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A20887 (or 0xA20887) is known color: Dark Magenta. HEX triplet: A2, 08 and 87. RGB value is (162,8,135). Sum of RGB (Red+Green+Blue) = 162+8+135=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A20887 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20887 is #5DF778. Grayscale: #444444. Windows color (decimal): -6158201 or 8849570. OLE color: 8849570.

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

Color convert

RGB 162 8 135 -
CMYK 0 0.95 0.17 0.36
HSL 310.52º 0.91% 0.33% -
HSV(B) 310.52º 0.95% 0.64% -
XYZ 19.36 9.6 23.76 -
YUV 68.52 165.52 194.67 -
System Red Green Blue C M Y K H S L
Decimal 162 8 135 0 0.95 0.17 0.36 310.52 0.91 0.33
Hex A2 8 87 0 5F 11 24 137 5B 21
Octal 242 10 207 0 137 21 44 467 133 41
Binary 10100010 1000 10000111 0 1011111 10001 100100 100110111 1011011 100001

Color Harmonies of #A20887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20887

Black with #A20887

Text Example


Text Example

White with #A20887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20887; }

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

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

background-color css

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

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

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

border-color css

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

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

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