Html Css Color HEX #A706AF Dark Magenta

📋 copy color: '#A706AF'

red 167 ◦ green 6 ◦ blue 175

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

Shades of Dark Magenta #A706AF

Tints of Dark Magenta #A706AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

 BLUE value IS 175 (68.75% from 255) = 50.29%

R = 47.99%
G = 1.72%
B = 50.29%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A706AF (or 0xA706AF) is known color: Dark Magenta. HEX triplet: A7, 06 and AF. RGB value is (167,6,175). Sum of RGB (Red+Green+Blue) = 167+6+175=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #A706AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A706AF is #58F950. Grayscale: #484848. Windows color (decimal): -5830993 or 11470503. OLE color: 11470503.

HSL color Cylindrical-coordinate representation of color #A706AF: hue angle of 297.16º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A706AF is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 6 175 -
CMYK 0.05 0.97 0 0.31
HSL 297.16º 0.93% 0.35% -
HSV(B) 297.16º 0.97% 0.69% -
XYZ 23.74 11.44 41.51 -
YUV 73.41 185.34 194.76 -
System Red Green Blue C M Y K H S L
Decimal 167 6 175 0.05 0.97 0 0.31 297.16 0.93 0.35
Hex A7 6 AF 5 61 0 1F 129 5D 23
Octal 247 6 257 5 141 0 37 451 135 43
Binary 10100111 110 10101111 101 1100001 0 11111 100101001 1011101 100011

Color Harmonies of #A706AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A706AF

Black with #A706AF

Text Example


Text Example

White with #A706AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A706AF; }

 p { color: rgb(167,6,175); }

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

background-color css

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

 a { background-color: rgb(167,6,175); }

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

border-color css

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

 span { border-color: rgb(167,6,175); }

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