Html Css Color HEX #A71278 Eggplant

📋 copy color: '#A71278'

red 167 ◦ green 18 ◦ blue 120

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

Shades of Eggplant #A71278

Tints of Eggplant #A71278

RGB

 RED value IS 167 (65.63% from 255) = 54.75%

 GREEN value IS 18 (7.42% from 255) = 5.9%

 BLUE value IS 120 (47.27% from 255) = 39.34%

R = 54.75%
G = 5.9%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A71278 (or 0xA71278) is known color: Eggplant. HEX triplet: A7, 12 and 78. RGB value is (167,18,120). Sum of RGB (Red+Green+Blue) = 167+18+120=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A71278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71278 is #58ED87. Grayscale: #494949. Windows color (decimal): -5827976 or 7869095. OLE color: 7869095.

HSL color Cylindrical-coordinate representation of color #A71278: hue angle of 318.93º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71278 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 18 120 -
CMYK 0 0.89 0.28 0.35
HSL 318.93º 0.81% 0.36% -
HSV(B) 318.93º 0.89% 0.65% -
XYZ 19.54 10 18.67 -
YUV 74.18 153.86 194.21 -
System Red Green Blue C M Y K H S L
Decimal 167 18 120 0 0.89 0.28 0.35 318.93 0.81 0.36
Hex A7 12 78 0 59 1C 23 13F 51 24
Octal 247 22 170 0 131 34 43 477 121 44
Binary 10100111 10010 1111000 0 1011001 11100 100011 100111111 1010001 100100

Color Harmonies of #A71278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71278

Black with #A71278

Text Example


Text Example

White with #A71278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71278; }

 p { color: rgb(167,18,120); }

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

background-color css

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

 a { background-color: rgb(167,18,120); }

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

border-color css

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

 span { border-color: rgb(167,18,120); }

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