Html Css Color HEX #A709AD Dark Magenta

📋 copy color: '#A709AD'

red 167 ◦ green 9 ◦ blue 173

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

Shades of Dark Magenta #A709AD

Tints of Dark Magenta #A709AD

RGB

 RED value IS 167 (65.63% from 255) = 47.85%

 GREEN value IS 9 (3.91% from 255) = 2.58%

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

R = 47.85%
G = 2.58%
B = 49.57%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A709AD (or 0xA709AD) is known color: Dark Magenta. HEX triplet: A7, 09 and AD. RGB value is (167,9,173). Sum of RGB (Red+Green+Blue) = 167+9+173=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #A709AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A709AD is #58F652. Grayscale: #4A4A4A. Windows color (decimal): -5830227 or 11340199. OLE color: 11340199.

HSL color Cylindrical-coordinate representation of color #A709AD: hue angle of 297.8º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A709AD is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 9 173 -
CMYK 0.03 0.95 0 0.32
HSL 297.8º 0.9% 0.36% -
HSV(B) 297.8º 0.95% 0.68% -
XYZ 23.58 11.43 40.5 -
YUV 74.94 183.35 193.66 -
System Red Green Blue C M Y K H S L
Decimal 167 9 173 0.03 0.95 0 0.32 297.8 0.9 0.36
Hex A7 9 AD 3 5F 0 20 12A 5A 24
Octal 247 11 255 3 137 0 40 452 132 44
Binary 10100111 1001 10101101 11 1011111 0 100000 100101010 1011010 100100

Color Harmonies of #A709AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A709AD

Black with #A709AD

Text Example


Text Example

White with #A709AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A709AD; }

 p { color: rgb(167,9,173); }

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

background-color css

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

 a { background-color: rgb(167,9,173); }

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

border-color css

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

 span { border-color: rgb(167,9,173); }

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