Html Css Color HEX #A200AB Dark Magenta

📋 copy color: '#A200AB'

red 162 ◦ green 0 ◦ blue 171

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

Shades of Dark Magenta #A200AB

Tints of Dark Magenta #A200AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.65%
G = 0%
B = 51.35%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A200AB (or 0xA200AB) is known color: Dark Magenta. HEX triplet: A2, 00 and AB. RGB value is (162,0,171). Sum of RGB (Red+Green+Blue) = 162+0+171=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #A200AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A200AB is #5DFF54. Grayscale: #434343. Windows color (decimal): -6160213 or 11206818. OLE color: 11206818.

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

Color convert

RGB 162 0 171 -
CMYK 0.05 1 0 0.33
HSL 296.84º 1% 0.34% -
HSV(B) 296.84º 1% 0.67% -
XYZ 22.25 10.62 39.41 -
YUV 67.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 162 0 171 0.05 1 0 0.33 296.84 1 0.34
Hex A2 0 AB 5 64 0 21 129 64 22
Octal 242 0 253 5 144 0 41 451 144 42
Binary 10100010 0 10101011 101 1100100 0 100001 100101001 1100100 100010

Color Harmonies of #A200AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200AB

Black with #A200AB

Text Example


Text Example

White with #A200AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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