Html Css Color HEX #A709A2 Dark Magenta

📋 copy color: '#A709A2'

red 167 ◦ green 9 ◦ blue 162

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

Shades of Dark Magenta #A709A2

Tints of Dark Magenta #A709A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 47.93%

R = 49.41%
G = 2.66%
B = 47.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A709A2 (or 0xA709A2) is known color: Dark Magenta. HEX triplet: A7, 09 and A2. RGB value is (167,9,162). Sum of RGB (Red+Green+Blue) = 167+9+162=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A709A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A709A2 is #58F65D. Grayscale: #494949. Windows color (decimal): -5830238 or 10619303. OLE color: 10619303.

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

Color convert

RGB 167 9 162 -
CMYK 0 0.95 0.03 0.35
HSL 301.9º 0.9% 0.35% -
HSV(B) 301.9º 0.95% 0.65% -
XYZ 22.56 11.02 35.12 -
YUV 73.68 177.85 194.56 -
System Red Green Blue C M Y K H S L
Decimal 167 9 162 0 0.95 0.03 0.35 301.9 0.9 0.35
Hex A7 9 A2 0 5F 3 23 12E 5A 23
Octal 247 11 242 0 137 3 43 456 132 43
Binary 10100111 1001 10100010 0 1011111 11 100011 100101110 1011010 100011

Color Harmonies of #A709A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A709A2

Black with #A709A2

Text Example


Text Example

White with #A709A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A709A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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