Html Css Color HEX #A006AD Dark Magenta

📋 copy color: '#A006AD'

red 160 ◦ green 6 ◦ blue 173

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

Shades of Dark Magenta #A006AD

Tints of Dark Magenta #A006AD

RGB

 RED value IS 160 (62.89% from 255) = 47.2%

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

 BLUE value IS 173 (67.97% from 255) = 51.03%

R = 47.2%
G = 1.77%
B = 51.03%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A006AD (or 0xA006AD) is known color: Dark Magenta. HEX triplet: A0, 06 and AD. RGB value is (160,6,173). Sum of RGB (Red+Green+Blue) = 160+6+173=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #A006AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A006AD is #5FF952. Grayscale: #464646. Windows color (decimal): -6289747 or 11339424. OLE color: 11339424.

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

Color convert

RGB 160 6 173 -
CMYK 0.08 0.97 0 0.32
HSL 295.33º 0.93% 0.35% -
HSV(B) 295.33º 0.97% 0.68% -
XYZ 22.11 10.62 40.42 -
YUV 71.08 185.52 191.42 -
System Red Green Blue C M Y K H S L
Decimal 160 6 173 0.08 0.97 0 0.32 295.33 0.93 0.35
Hex A0 6 AD 8 61 0 20 127 5D 23
Octal 240 6 255 10 141 0 40 447 135 43
Binary 10100000 110 10101101 1000 1100001 0 100000 100100111 1011101 100011

Color Harmonies of #A006AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A006AD

Black with #A006AD

Text Example


Text Example

White with #A006AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A006AD; }

 p { color: rgb(160,6,173); }

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

background-color css

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

 a { background-color: rgb(160,6,173); }

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

border-color css

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

 span { border-color: rgb(160,6,173); }

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