Html Css Color HEX #A609AD Dark Magenta

📋 copy color: '#A609AD'

red 166 ◦ green 9 ◦ blue 173

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

Shades of Dark Magenta #A609AD

Tints of Dark Magenta #A609AD

RGB

 RED value IS 166 (65.23% from 255) = 47.7%

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

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

R = 47.7%
G = 2.59%
B = 49.71%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A609AD (or 0xA609AD) is known color: Dark Magenta. HEX triplet: A6, 09 and AD. RGB value is (166,9,173). Sum of RGB (Red+Green+Blue) = 166+9+173=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #A609AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A609AD is #59F652. Grayscale: #4A4A4A. Windows color (decimal): -5895763 or 11340198. OLE color: 11340198.

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

Color convert

RGB 166 9 173 -
CMYK 0.04 0.95 0 0.32
HSL 297.44º 0.9% 0.36% -
HSV(B) 297.44º 0.95% 0.68% -
XYZ 23.37 11.32 40.49 -
YUV 74.64 183.51 193.16 -
System Red Green Blue C M Y K H S L
Decimal 166 9 173 0.04 0.95 0 0.32 297.44 0.9 0.36
Hex A6 9 AD 4 5F 0 20 129 5A 24
Octal 246 11 255 4 137 0 40 451 132 44
Binary 10100110 1001 10101101 100 1011111 0 100000 100101001 1011010 100100

Color Harmonies of #A609AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A609AD

Black with #A609AD

Text Example


Text Example

White with #A609AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A609AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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