Html Css Color HEX #A209AC Dark Magenta

📋 copy color: '#A209AC'

red 162 ◦ green 9 ◦ blue 172

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

Shades of Dark Magenta #A209AC

Tints of Dark Magenta #A209AC

RGB

 RED value IS 162 (63.67% from 255) = 47.23%

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

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

R = 47.23%
G = 2.62%
B = 50.15%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A209AC (or 0xA209AC) is known color: Dark Magenta. HEX triplet: A2, 09 and AC. RGB value is (162,9,172). Sum of RGB (Red+Green+Blue) = 162+9+172=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #A209AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A209AC is #5DF653. Grayscale: #484848. Windows color (decimal): -6157908 or 11274658. OLE color: 11274658.

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

Color convert

RGB 162 9 172 -
CMYK 0.06 0.95 0 0.33
HSL 296.32º 0.9% 0.35% -
HSV(B) 296.32º 0.95% 0.67% -
XYZ 22.44 10.86 39.94 -
YUV 73.33 183.69 191.25 -
System Red Green Blue C M Y K H S L
Decimal 162 9 172 0.06 0.95 0 0.33 296.32 0.9 0.35
Hex A2 9 AC 6 5F 0 21 128 5A 23
Octal 242 11 254 6 137 0 41 450 132 43
Binary 10100010 1001 10101100 110 1011111 0 100001 100101000 1011010 100011

Color Harmonies of #A209AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A209AC

Black with #A209AC

Text Example


Text Example

White with #A209AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A209AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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