Html Css Color HEX #A20088 Dark Magenta

📋 copy color: '#A20088'

red 162 ◦ green 0 ◦ blue 136

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

Shades of Dark Magenta #A20088

Tints of Dark Magenta #A20088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.64%

R = 54.36%
G = 0%
B = 45.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A20088 (or 0xA20088) is known color: Dark Magenta. HEX triplet: A2, 00 and 88. RGB value is (162,0,136). Sum of RGB (Red+Green+Blue) = 162+0+136=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A20088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20088 is #5DFF77. Grayscale: #3F3F3F. Windows color (decimal): -6160248 or 8913058. OLE color: 8913058.

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

Color convert

RGB 162 0 136 -
CMYK 0 1 0.16 0.36
HSL 309.63º 1% 0.32% -
HSV(B) 309.63º 1% 0.64% -
XYZ 19.34 9.46 24.1 -
YUV 63.94 168.67 197.94 -
System Red Green Blue C M Y K H S L
Decimal 162 0 136 0 1 0.16 0.36 309.63 1 0.32
Hex A2 0 88 0 64 10 24 136 64 20
Octal 242 0 210 0 144 20 44 466 144 40
Binary 10100010 0 10001000 0 1100100 10000 100100 100110110 1100100 100000

Color Harmonies of #A20088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20088

Black with #A20088

Text Example


Text Example

White with #A20088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20088; }

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

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

background-color css

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

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

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

border-color css

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

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

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