Html Css Color HEX #A20198 Dark Magenta

📋 copy color: '#A20198'

red 162 ◦ green 1 ◦ blue 152

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

Shades of Dark Magenta #A20198

Tints of Dark Magenta #A20198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 152 (59.77% from 255) = 48.25%

R = 51.43%
G = 0.32%
B = 48.25%

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

#A20198 (or 0xA20198) is known color: Dark Magenta. HEX triplet: A2, 01 and 98. RGB value is (162,1,152). Sum of RGB (Red+Green+Blue) = 162+1+152=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A20198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20198 is #5DFE67. Grayscale: #414141. Windows color (decimal): -6159976 or 9961890. OLE color: 9961890.

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

Color convert

RGB 162 1 152 -
CMYK 0 0.99 0.06 0.36
HSL 303.73º 0.99% 0.32% -
HSV(B) 303.73º 0.99% 0.64% -
XYZ 20.58 9.97 30.55 -
YUV 66.35 176.34 196.22 -
System Red Green Blue C M Y K H S L
Decimal 162 1 152 0 0.99 0.06 0.36 303.73 0.99 0.32
Hex A2 1 98 0 63 6 24 130 63 20
Octal 242 1 230 0 143 6 44 460 143 40
Binary 10100010 1 10011000 0 1100011 110 100100 100110000 1100011 100000

Color Harmonies of #A20198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20198

Black with #A20198

Text Example


Text Example

White with #A20198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20198; }

 p { color: rgb(162,1,152); }

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

background-color css

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

 a { background-color: rgb(162,1,152); }

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

border-color css

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

 span { border-color: rgb(162,1,152); }

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