Html Css Color HEX #A20099 Dark Magenta

📋 copy color: '#A20099'

red 162 ◦ green 0 ◦ blue 153

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

Shades of Dark Magenta #A20099

Tints of Dark Magenta #A20099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.57%

R = 51.43%
G = 0%
B = 48.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A20099 (or 0xA20099) is known color: Dark Magenta. HEX triplet: A2, 00 and 99. RGB value is (162,0,153). Sum of RGB (Red+Green+Blue) = 162+0+153=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A20099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20099 is #5DFF66. Grayscale: #414141. Windows color (decimal): -6160231 or 10027170. OLE color: 10027170.

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

Color convert

RGB 162 0 153 -
CMYK 0 1 0.06 0.36
HSL 303.33º 1% 0.32% -
HSV(B) 303.33º 1% 0.64% -
XYZ 20.65 9.98 30.98 -
YUV 65.88 177.17 196.56 -
System Red Green Blue C M Y K H S L
Decimal 162 0 153 0 1 0.06 0.36 303.33 1 0.32
Hex A2 0 99 0 64 6 24 12F 64 20
Octal 242 0 231 0 144 6 44 457 144 40
Binary 10100010 0 10011001 0 1100100 110 100100 100101111 1100100 100000

Color Harmonies of #A20099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20099

Black with #A20099

Text Example


Text Example

White with #A20099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20099; }

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

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

background-color css

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

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

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

border-color css

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

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

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