Html Css Color HEX #A20398 Dark Magenta

📋 copy color: '#A20398'

red 162 ◦ green 3 ◦ blue 152

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

Shades of Dark Magenta #A20398

Tints of Dark Magenta #A20398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

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

R = 51.1%
G = 0.95%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A20398 (or 0xA20398) is known color: Dark Magenta. HEX triplet: A2, 03 and 98. RGB value is (162,3,152). Sum of RGB (Red+Green+Blue) = 162+3+152=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A20398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20398 is #5DFC67. Grayscale: #434343. Windows color (decimal): -6159464 or 9962402. OLE color: 9962402.

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

Color convert

RGB 162 3 152 -
CMYK 0 0.98 0.06 0.36
HSL 303.77º 0.96% 0.32% -
HSV(B) 303.77º 0.98% 0.64% -
XYZ 20.6 10.01 30.55 -
YUV 67.53 175.68 195.38 -
System Red Green Blue C M Y K H S L
Decimal 162 3 152 0 0.98 0.06 0.36 303.77 0.96 0.32
Hex A2 3 98 0 62 6 24 130 60 20
Octal 242 3 230 0 142 6 44 460 140 40
Binary 10100010 11 10011000 0 1100010 110 100100 100110000 1100000 100000

Color Harmonies of #A20398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20398

Black with #A20398

Text Example


Text Example

White with #A20398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20398; }

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

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

background-color css

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

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

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

border-color css

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

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

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