Html Css Color HEX #A804AB Dark Magenta

📋 copy color: '#A804AB'

red 168 ◦ green 4 ◦ blue 171

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

Shades of Dark Magenta #A804AB

Tints of Dark Magenta #A804AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 48.98%
G = 1.17%
B = 49.85%

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

#A804AB (or 0xA804AB) is known color: Dark Magenta. HEX triplet: A8, 04 and AB. RGB value is (168,4,171). Sum of RGB (Red+Green+Blue) = 168+4+171=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #A804AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A804AB is #57FB54. Grayscale: #474747. Windows color (decimal): -5765973 or 11207848. OLE color: 11207848.

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

Color convert

RGB 168 4 171 -
CMYK 0.02 0.98 0 0.33
HSL 298.92º 0.95% 0.34% -
HSV(B) 298.92º 0.98% 0.67% -
XYZ 23.54 11.35 39.48 -
YUV 72.07 183.83 196.42 -
System Red Green Blue C M Y K H S L
Decimal 168 4 171 0.02 0.98 0 0.33 298.92 0.95 0.34
Hex A8 4 AB 2 62 0 21 12B 5F 22
Octal 250 4 253 2 142 0 41 453 137 42
Binary 10101000 100 10101011 10 1100010 0 100001 100101011 1011111 100010

Color Harmonies of #A804AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A804AB

Black with #A804AB

Text Example


Text Example

White with #A804AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A804AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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