Html Css Color HEX #AB00BA Deep Magenta

📋 copy color: '#AB00BA'

red 171 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #AB00BA

Tints of Deep Magenta #AB00BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.9%
G = 0%
B = 52.1%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB00BA (or 0xAB00BA) is known color: Deep Magenta. HEX triplet: AB, 00 and BA. RGB value is (171,0,186). Sum of RGB (Red+Green+Blue) = 171+0+186=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB00BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB00BA is #54FF45. Grayscale: #474747. Windows color (decimal): -5570374 or 12189867. OLE color: 12189867.

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

Color convert

RGB 171 0 186 -
CMYK 0.08 1 0 0.27
HSL 295.16º 1% 0.36% -
HSV(B) 295.16º 1% 0.73% -
XYZ 25.66 12.2 47.46 -
YUV 72.33 192.15 198.38 -
System Red Green Blue C M Y K H S L
Decimal 171 0 186 0.08 1 0 0.27 295.16 1 0.36
Hex AB 0 BA 8 64 0 1B 127 64 24
Octal 253 0 272 10 144 0 33 447 144 44
Binary 10101011 0 10111010 1000 1100100 0 11011 100100111 1100100 100100

Color Harmonies of #AB00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB00BA

Black with #AB00BA

Text Example


Text Example

White with #AB00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB00BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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