Html Css Color HEX #A804AC Dark Magenta

📋 copy color: '#A804AC'

red 168 ◦ green 4 ◦ blue 172

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

Shades of Dark Magenta #A804AC

Tints of Dark Magenta #A804AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50%

R = 48.84%
G = 1.16%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A804AC (or 0xA804AC) is known color: Dark Magenta. HEX triplet: A8, 04 and AC. RGB value is (168,4,172). Sum of RGB (Red+Green+Blue) = 168+4+172=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #A804AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A804AC is #57FB53. Grayscale: #474747. Windows color (decimal): -5765972 or 11273384. OLE color: 11273384.

HSL color Cylindrical-coordinate representation of color #A804AC: hue angle of 298.57º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A804AC is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 4 172 -
CMYK 0.02 0.98 0 0.33
HSL 298.57º 0.95% 0.35% -
HSV(B) 298.57º 0.98% 0.67% -
XYZ 23.64 11.39 39.98 -
YUV 72.19 184.33 196.34 -
System Red Green Blue C M Y K H S L
Decimal 168 4 172 0.02 0.98 0 0.33 298.57 0.95 0.35
Hex A8 4 AC 2 62 0 21 12B 5F 23
Octal 250 4 254 2 142 0 41 453 137 43
Binary 10101000 100 10101100 10 1100010 0 100001 100101011 1011111 100011

Color Harmonies of #A804AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A804AC

Black with #A804AC

Text Example


Text Example

White with #A804AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A804AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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