Html Css Color HEX #AB077B Eggplant

📋 copy color: '#AB077B'

red 171 ◦ green 7 ◦ blue 123

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

Shades of Eggplant #AB077B

Tints of Eggplant #AB077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.86%

R = 56.81%
G = 2.33%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB077B (or 0xAB077B) is known color: Eggplant. HEX triplet: AB, 07 and 7B. RGB value is (171,7,123). Sum of RGB (Red+Green+Blue) = 171+7+123=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB077B is #54F884. Grayscale: #444444. Windows color (decimal): -5568645 or 8062891. OLE color: 8062891.

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

Color convert

RGB 171 7 123 -
CMYK 0 0.96 0.28 0.33
HSL 317.56º 0.92% 0.35% -
HSV(B) 317.56º 0.96% 0.67% -
XYZ 20.45 10.24 19.64 -
YUV 69.26 158.33 200.57 -
System Red Green Blue C M Y K H S L
Decimal 171 7 123 0 0.96 0.28 0.33 317.56 0.92 0.35
Hex AB 7 7B 0 60 1C 21 13E 5C 23
Octal 253 7 173 0 140 34 41 476 134 43
Binary 10101011 111 1111011 0 1100000 11100 100001 100111110 1011100 100011

Color Harmonies of #AB077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB077B

Black with #AB077B

Text Example


Text Example

White with #AB077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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