Html Css Color HEX #A804AD Dark Magenta

📋 copy color: '#A804AD'

red 168 ◦ green 4 ◦ blue 173

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

Shades of Dark Magenta #A804AD

Tints of Dark Magenta #A804AD

RGB

 RED value IS 168 (66.02% from 255) = 48.7%

 GREEN value IS 4 (1.95% from 255) = 1.16%

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

R = 48.7%
G = 1.16%
B = 50.14%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A804AD (or 0xA804AD) is known color: Dark Magenta. HEX triplet: A8, 04 and AD. RGB value is (168,4,173). Sum of RGB (Red+Green+Blue) = 168+4+173=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #A804AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A804AD is #57FB52. Grayscale: #474747. Windows color (decimal): -5765971 or 11338920. OLE color: 11338920.

HSL color Cylindrical-coordinate representation of color #A804AD: hue angle of 298.22º degrees, saturation: 0.95, 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 #A804AD is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 4 173 -
CMYK 0.03 0.98 0 0.32
HSL 298.22º 0.95% 0.35% -
HSV(B) 298.22º 0.98% 0.68% -
XYZ 23.73 11.43 40.49 -
YUV 72.3 184.83 196.26 -
System Red Green Blue C M Y K H S L
Decimal 168 4 173 0.03 0.98 0 0.32 298.22 0.95 0.35
Hex A8 4 AD 3 62 0 20 12A 5F 23
Octal 250 4 255 3 142 0 40 452 137 43
Binary 10101000 100 10101101 11 1100010 0 100000 100101010 1011111 100011

Color Harmonies of #A804AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A804AD

Black with #A804AD

Text Example


Text Example

White with #A804AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A804AD; }

 p { color: rgb(168,4,173); }

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

background-color css

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

 a { background-color: rgb(168,4,173); }

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

border-color css

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

 span { border-color: rgb(168,4,173); }

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