Html Css Color HEX #A209A7 Dark Magenta

📋 copy color: '#A209A7'

red 162 ◦ green 9 ◦ blue 167

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

Shades of Dark Magenta #A209A7

Tints of Dark Magenta #A209A7

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A209A7 (or 0xA209A7) is known color: Dark Magenta. HEX triplet: A2, 09 and A7. RGB value is (162,9,167). Sum of RGB (Red+Green+Blue) = 162+9+167=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 167 (65.62% from 255 or 49.41% from 338); Max value from RGB is 167 - color contains mainly: blue. Hex color #A209A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A209A7 is #5DF658. Grayscale: #484848. Windows color (decimal): -6157913 or 10946978. OLE color: 10946978.

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

Color convert

RGB 162 9 167 -
CMYK 0.03 0.95 0 0.35
HSL 298.1º 0.9% 0.35% -
HSV(B) 298.1º 0.95% 0.65% -
XYZ 21.97 10.67 37.46 -
YUV 72.76 181.19 191.65 -
System Red Green Blue C M Y K H S L
Decimal 162 9 167 0.03 0.95 0 0.35 298.1 0.9 0.35
Hex A2 9 A7 3 5F 0 23 12A 5A 23
Octal 242 11 247 3 137 0 43 452 132 43
Binary 10100010 1001 10100111 11 1011111 0 100011 100101010 1011010 100011

Color Harmonies of #A209A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A209A7

Black with #A209A7

Text Example


Text Example

White with #A209A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A209A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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