Html Css Color HEX #A20FAB Dark Magenta

📋 copy color: '#A20FAB'

red 162 ◦ green 15 ◦ blue 171

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

Shades of Dark Magenta #A20FAB

Tints of Dark Magenta #A20FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.31%

 BLUE value IS 171 (67.19% from 255) = 49.14%

R = 46.55%
G = 4.31%
B = 49.14%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A20FAB (or 0xA20FAB) is known color: Dark Magenta. HEX triplet: A2, 0F and AB. RGB value is (162,15,171). Sum of RGB (Red+Green+Blue) = 162+15+171=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #A20FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20FAB is #5DF054. Grayscale: #4C4C4C. Windows color (decimal): -6156373 or 11210658. OLE color: 11210658.

HSL color Cylindrical-coordinate representation of color #A20FAB: hue angle of 296.54º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20FAB is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 15 171 -
CMYK 0.05 0.91 0 0.33
HSL 296.54º 0.84% 0.36% -
HSV(B) 296.54º 0.91% 0.67% -
XYZ 22.42 10.96 39.46 -
YUV 76.74 181.2 188.82 -
System Red Green Blue C M Y K H S L
Decimal 162 15 171 0.05 0.91 0 0.33 296.54 0.84 0.36
Hex A2 F AB 5 5B 0 21 129 54 24
Octal 242 17 253 5 133 0 41 451 124 44
Binary 10100010 1111 10101011 101 1011011 0 100001 100101001 1010100 100100

Color Harmonies of #A20FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20FAB

Black with #A20FAB

Text Example


Text Example

White with #A20FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20FAB; }

 p { color: rgb(162,15,171); }

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

background-color css

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

 a { background-color: rgb(162,15,171); }

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

border-color css

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

 span { border-color: rgb(162,15,171); }

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