Html Css Color HEX #AB079A Dark Magenta

📋 copy color: '#AB079A'

red 171 ◦ green 7 ◦ blue 154

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

Shades of Dark Magenta #AB079A

Tints of Dark Magenta #AB079A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.39%

R = 51.51%
G = 2.11%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB079A (or 0xAB079A) is known color: Dark Magenta. HEX triplet: AB, 07 and 9A. RGB value is (171,7,154). Sum of RGB (Red+Green+Blue) = 171+7+154=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB079A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB079A is #54F865. Grayscale: #484848. Windows color (decimal): -5568614 or 10094507. OLE color: 10094507.

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

Color convert

RGB 171 7 154 -
CMYK 0 0.96 0.10 0.33
HSL 306.22º 0.92% 0.35% -
HSV(B) 306.22º 0.96% 0.67% -
XYZ 22.7 11.14 31.53 -
YUV 72.79 173.83 198.05 -
System Red Green Blue C M Y K H S L
Decimal 171 7 154 0 0.96 0.10 0.33 306.22 0.92 0.35
Hex AB 7 9A 0 60 A 21 132 5C 23
Octal 253 7 232 0 140 12 41 462 134 43
Binary 10101011 111 10011010 0 1100000 1010 100001 100110010 1011100 100011

Color Harmonies of #AB079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB079A

Black with #AB079A

Text Example


Text Example

White with #AB079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB079A; }

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

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

background-color css

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

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

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

border-color css

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

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

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