Html Css Color HEX #A609AC Dark Magenta

📋 copy color: '#A609AC'

red 166 ◦ green 9 ◦ blue 172

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

Shades of Dark Magenta #A609AC

Tints of Dark Magenta #A609AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 47.84%
G = 2.59%
B = 49.57%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A609AC (or 0xA609AC) is known color: Dark Magenta. HEX triplet: A6, 09 and AC. RGB value is (166,9,172). Sum of RGB (Red+Green+Blue) = 166+9+172=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #A609AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A609AC is #59F653. Grayscale: #4A4A4A. Windows color (decimal): -5895764 or 11274662. OLE color: 11274662.

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

Color convert

RGB 166 9 172 -
CMYK 0.03 0.95 0 0.33
HSL 297.79º 0.9% 0.35% -
HSV(B) 297.79º 0.95% 0.67% -
XYZ 23.27 11.28 39.98 -
YUV 74.53 183.01 193.25 -
System Red Green Blue C M Y K H S L
Decimal 166 9 172 0.03 0.95 0 0.33 297.79 0.9 0.35
Hex A6 9 AC 3 5F 0 21 12A 5A 23
Octal 246 11 254 3 137 0 41 452 132 43
Binary 10100110 1001 10101100 11 1011111 0 100001 100101010 1011010 100011

Color Harmonies of #A609AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A609AC

Black with #A609AC

Text Example


Text Example

White with #A609AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A609AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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