Html Css Color HEX #A009AC Dark Magenta

📋 copy color: '#A009AC'

red 160 ◦ green 9 ◦ blue 172

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

Shades of Dark Magenta #A009AC

Tints of Dark Magenta #A009AC

RGB

 RED value IS 160 (62.89% from 255) = 46.92%

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

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

R = 46.92%
G = 2.64%
B = 50.44%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A009AC (or 0xA009AC) is known color: Dark Magenta. HEX triplet: A0, 09 and AC. RGB value is (160,9,172). Sum of RGB (Red+Green+Blue) = 160+9+172=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #A009AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A009AC is #5FF653. Grayscale: #484848. Windows color (decimal): -6288980 or 11274656. OLE color: 11274656.

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

Color convert

RGB 160 9 172 -
CMYK 0.07 0.95 0 0.33
HSL 295.58º 0.9% 0.35% -
HSV(B) 295.58º 0.95% 0.67% -
XYZ 22.04 10.65 39.92 -
YUV 72.73 184.03 190.25 -
System Red Green Blue C M Y K H S L
Decimal 160 9 172 0.07 0.95 0 0.33 295.58 0.9 0.35
Hex A0 9 AC 7 5F 0 21 128 5A 23
Octal 240 11 254 7 137 0 41 450 132 43
Binary 10100000 1001 10101100 111 1011111 0 100001 100101000 1011010 100011

Color Harmonies of #A009AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A009AC

Black with #A009AC

Text Example


Text Example

White with #A009AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A009AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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