Html Css Color HEX #A20888 Dark Magenta

📋 copy color: '#A20888'

red 162 ◦ green 8 ◦ blue 136

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

Shades of Dark Magenta #A20888

Tints of Dark Magenta #A20888

RGB

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

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

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

R = 52.94%
G = 2.61%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A20888 (or 0xA20888) is known color: Dark Magenta. HEX triplet: A2, 08 and 88. RGB value is (162,8,136). Sum of RGB (Red+Green+Blue) = 162+8+136=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A20888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20888 is #5DF777. Grayscale: #444444. Windows color (decimal): -6158200 or 8915106. OLE color: 8915106.

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

Color convert

RGB 162 8 136 -
CMYK 0 0.95 0.16 0.36
HSL 310.13º 0.91% 0.33% -
HSV(B) 310.13º 0.95% 0.64% -
XYZ 19.43 9.63 24.13 -
YUV 68.64 166.02 194.59 -
System Red Green Blue C M Y K H S L
Decimal 162 8 136 0 0.95 0.16 0.36 310.13 0.91 0.33
Hex A2 8 88 0 5F 10 24 136 5B 21
Octal 242 10 210 0 137 20 44 466 133 41
Binary 10100010 1000 10001000 0 1011111 10000 100100 100110110 1011011 100001

Color Harmonies of #A20888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20888

Black with #A20888

Text Example


Text Example

White with #A20888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20888; }

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

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

background-color css

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

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

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

border-color css

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

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

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