Html Css Color HEX #AB05AC Deep Magenta

📋 copy color: '#AB05AC'

red 171 ◦ green 5 ◦ blue 172

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

Shades of Deep Magenta #AB05AC

Tints of Deep Magenta #AB05AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

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

R = 49.14%
G = 1.44%
B = 49.43%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB05AC (or 0xAB05AC) is known color: Deep Magenta. HEX triplet: AB, 05 and AC. RGB value is (171,5,172). Sum of RGB (Red+Green+Blue) = 171+5+172=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB05AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB05AC is #54FA53. Grayscale: #494949. Windows color (decimal): -5569108 or 11273643. OLE color: 11273643.

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

Color convert

RGB 171 5 172 -
CMYK 0.01 0.97 0 0.33
HSL 299.64º 0.94% 0.35% -
HSV(B) 299.64º 0.97% 0.67% -
XYZ 24.3 11.75 40.02 -
YUV 73.67 183.5 197.42 -
System Red Green Blue C M Y K H S L
Decimal 171 5 172 0.01 0.97 0 0.33 299.64 0.94 0.35
Hex AB 5 AC 1 61 0 21 12C 5E 23
Octal 253 5 254 1 141 0 41 454 136 43
Binary 10101011 101 10101100 1 1100001 0 100001 100101100 1011110 100011

Color Harmonies of #AB05AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB05AC

Black with #AB05AC

Text Example


Text Example

White with #AB05AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB05AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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