Html Css Color HEX #AB07BA Deep Magenta

📋 copy color: '#AB07BA'

red 171 ◦ green 7 ◦ blue 186

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

Shades of Deep Magenta #AB07BA

Tints of Deep Magenta #AB07BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.92%

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

R = 46.98%
G = 1.92%
B = 51.1%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB07BA (or 0xAB07BA) is known color: Deep Magenta. HEX triplet: AB, 07 and BA. RGB value is (171,7,186). Sum of RGB (Red+Green+Blue) = 171+7+186=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB07BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB07BA is #54F845. Grayscale: #4B4B4B. Windows color (decimal): -5568582 or 12191659. OLE color: 12191659.

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

Color convert

RGB 171 7 186 -
CMYK 0.08 0.96 0 0.27
HSL 294.97º 0.93% 0.38% -
HSV(B) 294.97º 0.96% 0.73% -
XYZ 25.73 12.36 47.48 -
YUV 76.44 189.83 195.45 -
System Red Green Blue C M Y K H S L
Decimal 171 7 186 0.08 0.96 0 0.27 294.97 0.93 0.38
Hex AB 7 BA 8 60 0 1B 127 5D 26
Octal 253 7 272 10 140 0 33 447 135 46
Binary 10101011 111 10111010 1000 1100000 0 11011 100100111 1011101 100110

Color Harmonies of #AB07BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB07BA

Black with #AB07BA

Text Example


Text Example

White with #AB07BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB07BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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