Html Css Color HEX #A200AD Dark Magenta

📋 copy color: '#A200AD'

red 162 ◦ green 0 ◦ blue 173

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

Shades of Dark Magenta #A200AD

Tints of Dark Magenta #A200AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.64%

R = 48.36%
G = 0%
B = 51.64%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A200AD (or 0xA200AD) is known color: Dark Magenta. HEX triplet: A2, 00 and AD. RGB value is (162,0,173). Sum of RGB (Red+Green+Blue) = 162+0+173=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #A200AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A200AD is #5DFF52. Grayscale: #434343. Windows color (decimal): -6160211 or 11337890. OLE color: 11337890.

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

Color convert

RGB 162 0 173 -
CMYK 0.06 1 0 0.32
HSL 296.19º 1% 0.34% -
HSV(B) 296.19º 1% 0.68% -
XYZ 22.44 10.7 40.42 -
YUV 68.16 187.17 194.93 -
System Red Green Blue C M Y K H S L
Decimal 162 0 173 0.06 1 0 0.32 296.19 1 0.34
Hex A2 0 AD 6 64 0 20 128 64 22
Octal 242 0 255 6 144 0 40 450 144 42
Binary 10100010 0 10101101 110 1100100 0 100000 100101000 1100100 100010

Color Harmonies of #A200AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200AD

Black with #A200AD

Text Example


Text Example

White with #A200AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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