Html Css Color HEX #AB079F Dark Magenta

📋 copy color: '#AB079F'

red 171 ◦ green 7 ◦ blue 159

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

Shades of Dark Magenta #AB079F

Tints of Dark Magenta #AB079F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.18%

R = 50.74%
G = 2.08%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB079F (or 0xAB079F) is known color: Dark Magenta. HEX triplet: AB, 07 and 9F. RGB value is (171,7,159). Sum of RGB (Red+Green+Blue) = 171+7+159=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB079F is #54F860. Grayscale: #484848. Windows color (decimal): -5568609 or 10422187. OLE color: 10422187.

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

Color convert

RGB 171 7 159 -
CMYK 0 0.96 0.07 0.33
HSL 304.39º 0.92% 0.35% -
HSV(B) 304.39º 0.96% 0.67% -
XYZ 23.13 11.31 33.77 -
YUV 73.36 176.33 197.64 -
System Red Green Blue C M Y K H S L
Decimal 171 7 159 0 0.96 0.07 0.33 304.39 0.92 0.35
Hex AB 7 9F 0 60 7 21 130 5C 23
Octal 253 7 237 0 140 7 41 460 134 43
Binary 10101011 111 10011111 0 1100000 111 100001 100110000 1011100 100011

Color Harmonies of #AB079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB079F

Black with #AB079F

Text Example


Text Example

White with #AB079F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB079F; }

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

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

background-color css

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

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

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

border-color css

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

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

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