Html Css Color HEX #A60E7A Eggplant

📋 copy color: '#A60E7A'

red 166 ◦ green 14 ◦ blue 122

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

Shades of Eggplant #A60E7A

Tints of Eggplant #A60E7A

RGB

 RED value IS 166 (65.23% from 255) = 54.97%

 GREEN value IS 14 (5.86% from 255) = 4.64%

 BLUE value IS 122 (48.05% from 255) = 40.4%

R = 54.97%
G = 4.64%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A60E7A (or 0xA60E7A) is known color: Eggplant. HEX triplet: A6, 0E and 7A. RGB value is (166,14,122). Sum of RGB (Red+Green+Blue) = 166+14+122=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60E7A is #59F185. Grayscale: #474747. Windows color (decimal): -5894534 or 7999142. OLE color: 7999142.

HSL color Cylindrical-coordinate representation of color #A60E7A: hue angle of 317.37º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60E7A is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 14 122 -
CMYK 0 0.92 0.27 0.35
HSL 317.37º 0.84% 0.35% -
HSV(B) 317.37º 0.92% 0.65% -
XYZ 19.4 9.83 19.29 -
YUV 71.76 156.36 195.22 -
System Red Green Blue C M Y K H S L
Decimal 166 14 122 0 0.92 0.27 0.35 317.37 0.84 0.35
Hex A6 E 7A 0 5C 1B 23 13D 54 23
Octal 246 16 172 0 134 33 43 475 124 43
Binary 10100110 1110 1111010 0 1011100 11011 100011 100111101 1010100 100011

Color Harmonies of #A60E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60E7A

Black with #A60E7A

Text Example


Text Example

White with #A60E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60E7A; }

 p { color: rgb(166,14,122); }

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

background-color css

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

 a { background-color: rgb(166,14,122); }

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

border-color css

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

 span { border-color: rgb(166,14,122); }

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