Html Css Color HEX #AB07AC Deep Magenta

📋 copy color: '#AB07AC'

red 171 ◦ green 7 ◦ blue 172

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

Shades of Deep Magenta #AB07AC

Tints of Deep Magenta #AB07AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.14%

R = 48.86%
G = 2%
B = 49.14%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB07AC (or 0xAB07AC) is known color: Deep Magenta. HEX triplet: AB, 07 and AC. RGB value is (171,7,172). Sum of RGB (Red+Green+Blue) = 171+7+172=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB07AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB07AC is #54F853. Grayscale: #4A4A4A. Windows color (decimal): -5568596 or 11274155. OLE color: 11274155.

HSL color Cylindrical-coordinate representation of color #AB07AC: hue angle of 299.64º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB07AC is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 7 172 -
CMYK 0.01 0.96 0 0.33
HSL 299.64º 0.92% 0.35% -
HSV(B) 299.64º 0.96% 0.67% -
XYZ 24.32 11.79 40.02 -
YUV 74.85 182.83 196.58 -
System Red Green Blue C M Y K H S L
Decimal 171 7 172 0.01 0.96 0 0.33 299.64 0.92 0.35
Hex AB 7 AC 1 60 0 21 12C 5C 23
Octal 253 7 254 1 140 0 41 454 134 43
Binary 10101011 111 10101100 1 1100000 0 100001 100101100 1011100 100011

Color Harmonies of #AB07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB07AC

Black with #AB07AC

Text Example


Text Example

White with #AB07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB07AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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