Html Css Color HEX #A705A2 Dark Magenta

📋 copy color: '#A705A2'

red 167 ◦ green 5 ◦ blue 162

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

Shades of Dark Magenta #A705A2

Tints of Dark Magenta #A705A2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

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

R = 50%
G = 1.5%
B = 48.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A705A2 (or 0xA705A2) is known color: Dark Magenta. HEX triplet: A7, 05 and A2. RGB value is (167,5,162). Sum of RGB (Red+Green+Blue) = 167+5+162=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A705A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A705A2 is #58FA5D. Grayscale: #464646. Windows color (decimal): -5831262 or 10618279. OLE color: 10618279.

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

Color convert

RGB 167 5 162 -
CMYK 0 0.97 0.03 0.35
HSL 301.85º 0.94% 0.34% -
HSV(B) 301.85º 0.97% 0.65% -
XYZ 22.51 10.93 35.11 -
YUV 71.34 179.17 196.23 -
System Red Green Blue C M Y K H S L
Decimal 167 5 162 0 0.97 0.03 0.35 301.85 0.94 0.34
Hex A7 5 A2 0 61 3 23 12E 5E 22
Octal 247 5 242 0 141 3 43 456 136 42
Binary 10100111 101 10100010 0 1100001 11 100011 100101110 1011110 100010

Color Harmonies of #A705A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A705A2

Black with #A705A2

Text Example


Text Example

White with #A705A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A705A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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