Html Css Color HEX #A003AD Dark Magenta

📋 copy color: '#A003AD'

red 160 ◦ green 3 ◦ blue 173

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

Shades of Dark Magenta #A003AD

Tints of Dark Magenta #A003AD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

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

R = 47.62%
G = 0.89%
B = 51.49%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A003AD (or 0xA003AD) is known color: Dark Magenta. HEX triplet: A0, 03 and AD. RGB value is (160,3,173). Sum of RGB (Red+Green+Blue) = 160+3+173=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #A003AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A003AD is #5FFC52. Grayscale: #444444. Windows color (decimal): -6290515 or 11338656. OLE color: 11338656.

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

Color convert

RGB 160 3 173 -
CMYK 0.08 0.98 0 0.32
HSL 295.41º 0.97% 0.35% -
HSV(B) 295.41º 0.98% 0.68% -
XYZ 22.07 10.56 40.41 -
YUV 69.32 186.51 192.68 -
System Red Green Blue C M Y K H S L
Decimal 160 3 173 0.08 0.98 0 0.32 295.41 0.97 0.35
Hex A0 3 AD 8 62 0 20 127 61 23
Octal 240 3 255 10 142 0 40 447 141 43
Binary 10100000 11 10101101 1000 1100010 0 100000 100100111 1100001 100011

Color Harmonies of #A003AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A003AD

Black with #A003AD

Text Example


Text Example

White with #A003AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A003AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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