Html Css Color HEX #AB077F Eggplant

📋 copy color: '#AB077F'

red 171 ◦ green 7 ◦ blue 127

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

Shades of Eggplant #AB077F

Tints of Eggplant #AB077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.64%

R = 56.07%
G = 2.3%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB077F (or 0xAB077F) is known color: Eggplant. HEX triplet: AB, 07 and 7F. RGB value is (171,7,127). Sum of RGB (Red+Green+Blue) = 171+7+127=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB077F is #54F880. Grayscale: #454545. Windows color (decimal): -5568641 or 8325035. OLE color: 8325035.

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

Color convert

RGB 171 7 127 -
CMYK 0 0.96 0.26 0.33
HSL 316.1º 0.92% 0.35% -
HSV(B) 316.1º 0.96% 0.67% -
XYZ 20.7 10.34 20.98 -
YUV 69.72 160.33 200.24 -
System Red Green Blue C M Y K H S L
Decimal 171 7 127 0 0.96 0.26 0.33 316.1 0.92 0.35
Hex AB 7 7F 0 60 1A 21 13C 5C 23
Octal 253 7 177 0 140 32 41 474 134 43
Binary 10101011 111 1111111 0 1100000 11010 100001 100111100 1011100 100011

Color Harmonies of #AB077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB077F

Black with #AB077F

Text Example


Text Example

White with #AB077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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