Html Css Color HEX #AB04BA Deep Magenta

📋 copy color: '#AB04BA'

red 171 ◦ green 4 ◦ blue 186

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

Shades of Deep Magenta #AB04BA

Tints of Deep Magenta #AB04BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 47.37%
G = 1.11%
B = 51.52%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB04BA (or 0xAB04BA) is known color: Deep Magenta. HEX triplet: AB, 04 and BA. RGB value is (171,4,186). Sum of RGB (Red+Green+Blue) = 171+4+186=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB04BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04BA is #54FB45. Grayscale: #4A4A4A. Windows color (decimal): -5569350 or 12190891. OLE color: 12190891.

HSL color Cylindrical-coordinate representation of color #AB04BA: hue angle of 295.05º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04BA is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 4 186 -
CMYK 0.08 0.98 0 0.27
HSL 295.06º 0.96% 0.37% -
HSV(B) 295.06º 0.98% 0.73% -
XYZ 25.7 12.29 47.47 -
YUV 74.68 190.83 196.7 -
System Red Green Blue C M Y K H S L
Decimal 171 4 186 0.08 0.98 0 0.27 295.06 0.96 0.37
Hex AB 4 BA 8 62 0 1B 127 60 25
Octal 253 4 272 10 142 0 33 447 140 45
Binary 10101011 100 10111010 1000 1100010 0 11011 100100111 1100000 100101

Color Harmonies of #AB04BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04BA

Black with #AB04BA

Text Example


Text Example

White with #AB04BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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