Html Css Color HEX #AB078F Dark Magenta

📋 copy color: '#AB078F'

red 171 ◦ green 7 ◦ blue 143

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

Shades of Dark Magenta #AB078F

Tints of Dark Magenta #AB078F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.55%

R = 53.27%
G = 2.18%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB078F (or 0xAB078F) is known color: Dark Magenta. HEX triplet: AB, 07 and 8F. RGB value is (171,7,143). Sum of RGB (Red+Green+Blue) = 171+7+143=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB078F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB078F is #54F870. Grayscale: #474747. Windows color (decimal): -5568625 or 9373611. OLE color: 9373611.

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

Color convert

RGB 171 7 143 -
CMYK 0 0.96 0.16 0.33
HSL 310.24º 0.92% 0.35% -
HSV(B) 310.24º 0.96% 0.67% -
XYZ 21.83 10.79 26.92 -
YUV 71.54 168.33 198.94 -
System Red Green Blue C M Y K H S L
Decimal 171 7 143 0 0.96 0.16 0.33 310.24 0.92 0.35
Hex AB 7 8F 0 60 10 21 136 5C 23
Octal 253 7 217 0 140 20 41 466 134 43
Binary 10101011 111 10001111 0 1100000 10000 100001 100110110 1011100 100011

Color Harmonies of #AB078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB078F

Black with #AB078F

Text Example


Text Example

White with #AB078F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB078F; }

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

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

background-color css

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

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

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

border-color css

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

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

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