Html Css Color HEX #A008AD Dark Magenta

📋 copy color: '#A008AD'

red 160 ◦ green 8 ◦ blue 173

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

Shades of Dark Magenta #A008AD

Tints of Dark Magenta #A008AD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

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

R = 46.92%
G = 2.35%
B = 50.73%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A008AD (or 0xA008AD) is known color: Dark Magenta. HEX triplet: A0, 08 and AD. RGB value is (160,8,173). Sum of RGB (Red+Green+Blue) = 160+8+173=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #A008AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A008AD is #5FF752. Grayscale: #474747. Windows color (decimal): -6289235 or 11339936. OLE color: 11339936.

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

Color convert

RGB 160 8 173 -
CMYK 0.08 0.95 0 0.32
HSL 295.27º 0.91% 0.35% -
HSV(B) 295.27º 0.95% 0.68% -
XYZ 22.13 10.66 40.43 -
YUV 72.26 184.86 190.58 -
System Red Green Blue C M Y K H S L
Decimal 160 8 173 0.08 0.95 0 0.32 295.27 0.91 0.35
Hex A0 8 AD 8 5F 0 20 127 5B 23
Octal 240 10 255 10 137 0 40 447 133 43
Binary 10100000 1000 10101101 1000 1011111 0 100000 100100111 1011011 100011

Color Harmonies of #A008AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A008AD

Black with #A008AD

Text Example


Text Example

White with #A008AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A008AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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