Html Css Color HEX #AB04A6 Dark Magenta

📋 copy color: '#AB04A6'

red 171 ◦ green 4 ◦ blue 166

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

Shades of Dark Magenta #AB04A6

Tints of Dark Magenta #AB04A6

RGB

 RED value IS 171 (67.19% from 255) = 50.15%

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

 BLUE value IS 166 (65.23% from 255) = 48.68%

R = 50.15%
G = 1.17%
B = 48.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AB04A6 (or 0xAB04A6) is known color: Dark Magenta. HEX triplet: AB, 04 and A6. RGB value is (171,4,166). Sum of RGB (Red+Green+Blue) = 171+4+166=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB04A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB04A6 is #54FB59. Grayscale: #474747. Windows color (decimal): -5569370 or 10880171. OLE color: 10880171.

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

Color convert

RGB 171 4 166 -
CMYK 0 0.98 0.03 0.33
HSL 301.8º 0.95% 0.34% -
HSV(B) 301.8º 0.98% 0.67% -
XYZ 23.72 11.5 37.05 -
YUV 72.4 180.83 198.33 -
System Red Green Blue C M Y K H S L
Decimal 171 4 166 0 0.98 0.03 0.33 301.8 0.95 0.34
Hex AB 4 A6 0 62 3 21 12E 5F 22
Octal 253 4 246 0 142 3 41 456 137 42
Binary 10101011 100 10100110 0 1100010 11 100001 100101110 1011111 100010

Color Harmonies of #AB04A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04A6

Black with #AB04A6

Text Example


Text Example

White with #AB04A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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