Html Css Color HEX #AB06AD Deep Magenta

📋 copy color: '#AB06AD'

red 171 ◦ green 6 ◦ blue 173

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

Shades of Deep Magenta #AB06AD

Tints of Deep Magenta #AB06AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 48.86%
G = 1.71%
B = 49.43%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB06AD (or 0xAB06AD) is known color: Deep Magenta. HEX triplet: AB, 06 and AD. RGB value is (171,6,173). Sum of RGB (Red+Green+Blue) = 171+6+173=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB06AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB06AD is #54F952. Grayscale: #494949. Windows color (decimal): -5568851 or 11339435. OLE color: 11339435.

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

Color convert

RGB 171 6 173 -
CMYK 0.01 0.97 0 0.32
HSL 299.28º 0.93% 0.35% -
HSV(B) 299.28º 0.97% 0.68% -
XYZ 24.4 11.81 40.53 -
YUV 74.37 183.66 196.92 -
System Red Green Blue C M Y K H S L
Decimal 171 6 173 0.01 0.97 0 0.32 299.28 0.93 0.35
Hex AB 6 AD 1 61 0 20 12B 5D 23
Octal 253 6 255 1 141 0 40 453 135 43
Binary 10101011 110 10101101 1 1100001 0 100000 100101011 1011101 100011

Color Harmonies of #AB06AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB06AD

Black with #AB06AD

Text Example


Text Example

White with #AB06AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB06AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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