Html Css Color HEX #AB04A3 Dark Magenta

📋 copy color: '#AB04A3'

red 171 ◦ green 4 ◦ blue 163

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

Shades of Dark Magenta #AB04A3

Tints of Dark Magenta #AB04A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 48.22%

R = 50.59%
G = 1.18%
B = 48.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB04A3 (or 0xAB04A3) is known color: Dark Magenta. HEX triplet: AB, 04 and A3. RGB value is (171,4,163). Sum of RGB (Red+Green+Blue) = 171+4+163=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB04A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB04A3 is #54FB5C. Grayscale: #474747. Windows color (decimal): -5569373 or 10683563. OLE color: 10683563.

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

Color convert

RGB 171 4 163 -
CMYK 0 0.98 0.05 0.33
HSL 302.87º 0.95% 0.34% -
HSV(B) 302.87º 0.98% 0.67% -
XYZ 23.45 11.39 35.61 -
YUV 72.06 179.33 198.57 -
System Red Green Blue C M Y K H S L
Decimal 171 4 163 0 0.98 0.05 0.33 302.87 0.95 0.34
Hex AB 4 A3 0 62 5 21 12F 5F 22
Octal 253 4 243 0 142 5 41 457 137 42
Binary 10101011 100 10100011 0 1100010 101 100001 100101111 1011111 100010

Color Harmonies of #AB04A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04A3

Black with #AB04A3

Text Example


Text Example

White with #AB04A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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