Html Css Color HEX #A20299 Dark Magenta

📋 copy color: '#A20299'

red 162 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #A20299

Tints of Dark Magenta #A20299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 51.1%
G = 0.63%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A20299 (or 0xA20299) is known color: Dark Magenta. HEX triplet: A2, 02 and 99. RGB value is (162,2,153). Sum of RGB (Red+Green+Blue) = 162+2+153=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A20299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20299 is #5DFD66. Grayscale: #424242. Windows color (decimal): -6159719 or 10027682. OLE color: 10027682.

HSL color Cylindrical-coordinate representation of color #A20299: hue angle of 303.38º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20299 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 2 153 -
CMYK 0 0.99 0.06 0.36
HSL 303.38º 0.98% 0.32% -
HSV(B) 303.38º 0.99% 0.64% -
XYZ 20.67 10.02 30.98 -
YUV 67.05 176.51 195.72 -
System Red Green Blue C M Y K H S L
Decimal 162 2 153 0 0.99 0.06 0.36 303.38 0.98 0.32
Hex A2 2 99 0 63 6 24 12F 62 20
Octal 242 2 231 0 143 6 44 457 142 40
Binary 10100010 10 10011001 0 1100011 110 100100 100101111 1100010 100000

Color Harmonies of #A20299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20299

Black with #A20299

Text Example


Text Example

White with #A20299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20299; }

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

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

background-color css

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

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

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

border-color css

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

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

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