Html Css Color HEX #AB08AC Deep Magenta

📋 copy color: '#AB08AC'

red 171 ◦ green 8 ◦ blue 172

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

Shades of Deep Magenta #AB08AC

Tints of Deep Magenta #AB08AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.28%

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

R = 48.72%
G = 2.28%
B = 49%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB08AC (or 0xAB08AC) is known color: Deep Magenta. HEX triplet: AB, 08 and AC. RGB value is (171,8,172). Sum of RGB (Red+Green+Blue) = 171+8+172=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB08AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB08AC is #54F753. Grayscale: #4A4A4A. Windows color (decimal): -5568340 or 11274411. OLE color: 11274411.

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

Color convert

RGB 171 8 172 -
CMYK 0.01 0.95 0 0.33
HSL 299.63º 0.91% 0.35% -
HSV(B) 299.63º 0.95% 0.67% -
XYZ 24.33 11.81 40.03 -
YUV 75.43 182.5 196.16 -
System Red Green Blue C M Y K H S L
Decimal 171 8 172 0.01 0.95 0 0.33 299.63 0.91 0.35
Hex AB 8 AC 1 5F 0 21 12C 5B 23
Octal 253 10 254 1 137 0 41 454 133 43
Binary 10101011 1000 10101100 1 1011111 0 100001 100101100 1011011 100011

Color Harmonies of #AB08AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB08AC

Black with #AB08AC

Text Example


Text Example

White with #AB08AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB08AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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