Html Css Color HEX #AB07AB Dark Magenta

📋 copy color: '#AB07AB'

red 171 ◦ green 7 ◦ blue 171

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

Shades of Dark Magenta #AB07AB

Tints of Dark Magenta #AB07AB

RGB

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

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

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

R = 49%
G = 2.01%
B = 49%

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

#AB07AB (or 0xAB07AB) is known color: Dark Magenta. HEX triplet: AB, 07 and AB. RGB value is (171,7,171). Sum of RGB (Red+Green+Blue) = 171+7+171=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB07AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB07AB is #54F854. Grayscale: #4A4A4A. Windows color (decimal): -5568597 or 11208619. OLE color: 11208619.

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

Color convert

RGB 171 7 171 -
CMYK 0 0.96 0 0.33
HSL 300º 0.92% 0.35% -
HSV(B) 300º 0.96% 0.67% -
XYZ 24.22 11.75 39.52 -
YUV 74.73 182.33 196.66 -
System Red Green Blue C M Y K H S L
Decimal 171 7 171 0 0.96 0 0.33 300 0.92 0.35
Hex AB 7 AB 0 60 0 21 12C 5C 23
Octal 253 7 253 0 140 0 41 454 134 43
Binary 10101011 111 10101011 0 1100000 0 100001 100101100 1011100 100011

Color Harmonies of #AB07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB07AB

Black with #AB07AB

Text Example


Text Example

White with #AB07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB07AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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