Html Css Color HEX #A4077F Eggplant

📋 copy color: '#A4077F'

red 164 ◦ green 7 ◦ blue 127

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

Shades of Eggplant #A4077F

Tints of Eggplant #A4077F

RGB

 RED value IS 164 (64.45% from 255) = 55.03%

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

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

R = 55.03%
G = 2.35%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4077F (or 0xA4077F) is known color: Eggplant. HEX triplet: A4, 07 and 7F. RGB value is (164,7,127). Sum of RGB (Red+Green+Blue) = 164+7+127=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A4077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4077F is #5BF880. Grayscale: #434343. Windows color (decimal): -6027393 or 8325028. OLE color: 8325028.

HSL color Cylindrical-coordinate representation of color #A4077F: hue angle of 314.14º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4077F is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 7 127 -
CMYK 0 0.96 0.23 0.36
HSL 314.14º 0.92% 0.34% -
HSV(B) 314.14º 0.96% 0.64% -
XYZ 19.22 9.58 20.91 -
YUV 67.62 161.51 196.74 -
System Red Green Blue C M Y K H S L
Decimal 164 7 127 0 0.96 0.23 0.36 314.14 0.92 0.34
Hex A4 7 7F 0 60 17 24 13A 5C 22
Octal 244 7 177 0 140 27 44 472 134 42
Binary 10100100 111 1111111 0 1100000 10111 100100 100111010 1011100 100010

Color Harmonies of #A4077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4077F

Black with #A4077F

Text Example


Text Example

White with #A4077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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