Html Css Color HEX #A500AD Dark Magenta

📋 copy color: '#A500AD'

red 165 ◦ green 0 ◦ blue 173

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

Shades of Dark Magenta #A500AD

Tints of Dark Magenta #A500AD

RGB

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

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

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

R = 48.82%
G = 0%
B = 51.18%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A500AD (or 0xA500AD) is known color: Dark Magenta. HEX triplet: A5, 00 and AD. RGB value is (165,0,173). Sum of RGB (Red+Green+Blue) = 165+0+173=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #A500AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A500AD is #5AFF52. Grayscale: #444444. Windows color (decimal): -5963603 or 11337893. OLE color: 11337893.

HSL color Cylindrical-coordinate representation of color #A500AD: hue angle of 297.23º 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 #A500AD is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 0 173 -
CMYK 0.05 1 0 0.32
HSL 297.23º 1% 0.34% -
HSV(B) 297.23º 1% 0.68% -
XYZ 23.06 11.02 40.45 -
YUV 69.06 186.66 196.43 -
System Red Green Blue C M Y K H S L
Decimal 165 0 173 0.05 1 0 0.32 297.23 1 0.34
Hex A5 0 AD 5 64 0 20 129 64 22
Octal 245 0 255 5 144 0 40 451 144 42
Binary 10100101 0 10101101 101 1100100 0 100000 100101001 1100100 100010

Color Harmonies of #A500AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500AD

Black with #A500AD

Text Example


Text Example

White with #A500AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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