Html Css Color HEX #AB04AC Deep Magenta

📋 copy color: '#AB04AC'

red 171 ◦ green 4 ◦ blue 172

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

Shades of Deep Magenta #AB04AC

Tints of Deep Magenta #AB04AC

RGB

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

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

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

R = 49.28%
G = 1.15%
B = 49.57%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB04AC (or 0xAB04AC) is known color: Deep Magenta. HEX triplet: AB, 04 and AC. RGB value is (171,4,172). Sum of RGB (Red+Green+Blue) = 171+4+172=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB04AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB04AC is #54FB53. Grayscale: #484848. Windows color (decimal): -5569364 or 11273387. OLE color: 11273387.

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

Color convert

RGB 171 4 172 -
CMYK 0.01 0.98 0 0.33
HSL 299.64º 0.95% 0.35% -
HSV(B) 299.64º 0.98% 0.67% -
XYZ 24.28 11.72 40.01 -
YUV 73.09 183.83 197.84 -
System Red Green Blue C M Y K H S L
Decimal 171 4 172 0.01 0.98 0 0.33 299.64 0.95 0.35
Hex AB 4 AC 1 62 0 21 12C 5F 23
Octal 253 4 254 1 142 0 41 454 137 43
Binary 10101011 100 10101100 1 1100010 0 100001 100101100 1011111 100011

Color Harmonies of #AB04AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04AC

Black with #AB04AC

Text Example


Text Example

White with #AB04AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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