Html Css Color HEX #AB06AB Dark Magenta

📋 copy color: '#AB06AB'

red 171 ◦ green 6 ◦ blue 171

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

Shades of Dark Magenta #AB06AB

Tints of Dark Magenta #AB06AB

RGB

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

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

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

R = 49.14%
G = 1.72%
B = 49.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB06AB (or 0xAB06AB) is known color: Dark Magenta. HEX triplet: AB, 06 and AB. RGB value is (171,6,171). Sum of RGB (Red+Green+Blue) = 171+6+171=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB06AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB06AB is #54F954. Grayscale: #494949. Windows color (decimal): -5568853 or 11208363. OLE color: 11208363.

HSL color Cylindrical-coordinate representation of color #AB06AB: hue angle of 300º degrees, saturation: 0.93, 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 #AB06AB is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 6 171 -
CMYK 0 0.96 0 0.33
HSL 300º 0.93% 0.35% -
HSV(B) 300º 0.96% 0.67% -
XYZ 24.21 11.73 39.52 -
YUV 74.15 182.66 197.08 -
System Red Green Blue C M Y K H S L
Decimal 171 6 171 0 0.96 0 0.33 300 0.93 0.35
Hex AB 6 AB 0 60 0 21 12C 5D 23
Octal 253 6 253 0 140 0 41 454 135 43
Binary 10101011 110 10101011 0 1100000 0 100001 100101100 1011101 100011

Color Harmonies of #AB06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB06AB

Black with #AB06AB

Text Example


Text Example

White with #AB06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB06AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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