Html Css Color HEX #A20BA5 Dark Magenta

📋 copy color: '#A20BA5'

red 162 ◦ green 11 ◦ blue 165

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

Shades of Dark Magenta #A20BA5

Tints of Dark Magenta #A20BA5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.25%

 BLUE value IS 165 (64.84% from 255) = 48.82%

R = 47.93%
G = 3.25%
B = 48.82%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A20BA5 (or 0xA20BA5) is known color: Dark Magenta. HEX triplet: A2, 0B and A5. RGB value is (162,11,165). Sum of RGB (Red+Green+Blue) = 162+11+165=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 165 (64.84% from 255 or 48.82% from 338); Max value from RGB is 165 - color contains mainly: blue. Hex color #A20BA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20BA5 is #5DF45A. Grayscale: #494949. Windows color (decimal): -6157403 or 10816418. OLE color: 10816418.

HSL color Cylindrical-coordinate representation of color #A20BA5: hue angle of 298.83º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20BA5 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 11 165 -
CMYK 0.02 0.93 0 0.35
HSL 298.83º 0.88% 0.35% -
HSV(B) 298.83º 0.93% 0.65% -
XYZ 21.81 10.64 36.5 -
YUV 73.71 179.53 190.98 -
System Red Green Blue C M Y K H S L
Decimal 162 11 165 0.02 0.93 0 0.35 298.83 0.88 0.35
Hex A2 B A5 2 5D 0 23 12B 58 23
Octal 242 13 245 2 135 0 43 453 130 43
Binary 10100010 1011 10100101 10 1011101 0 100011 100101011 1011000 100011

Color Harmonies of #A20BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20BA5

Black with #A20BA5

Text Example


Text Example

White with #A20BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20BA5; }

 p { color: rgb(162,11,165); }

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

background-color css

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

 a { background-color: rgb(162,11,165); }

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

border-color css

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

 span { border-color: rgb(162,11,165); }

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