Html Css Color HEX #AB06BA Deep Magenta

📋 copy color: '#AB06BA'

red 171 ◦ green 6 ◦ blue 186

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

Shades of Deep Magenta #AB06BA

Tints of Deep Magenta #AB06BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.65%

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

R = 47.11%
G = 1.65%
B = 51.24%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB06BA (or 0xAB06BA) is known color: Deep Magenta. HEX triplet: AB, 06 and BA. RGB value is (171,6,186). Sum of RGB (Red+Green+Blue) = 171+6+186=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB06BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB06BA is #54F945. Grayscale: #4B4B4B. Windows color (decimal): -5568838 or 12191403. OLE color: 12191403.

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

Color convert

RGB 171 6 186 -
CMYK 0.08 0.97 0 0.27
HSL 295º 0.94% 0.38% -
HSV(B) 295º 0.97% 0.73% -
XYZ 25.72 12.33 47.48 -
YUV 75.86 190.16 195.86 -
System Red Green Blue C M Y K H S L
Decimal 171 6 186 0.08 0.97 0 0.27 295 0.94 0.38
Hex AB 6 BA 8 61 0 1B 127 5E 26
Octal 253 6 272 10 141 0 33 447 136 46
Binary 10101011 110 10111010 1000 1100001 0 11011 100100111 1011110 100110

Color Harmonies of #AB06BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB06BA

Black with #AB06BA

Text Example


Text Example

White with #AB06BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB06BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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