Html Css Color HEX #A60074 Eggplant

📋 copy color: '#A60074'

red 166 ◦ green 0 ◦ blue 116

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

Shades of Eggplant #A60074

Tints of Eggplant #A60074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 58.87%
G = 0%
B = 41.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A60074 (or 0xA60074) is known color: Eggplant. HEX triplet: A6, 00 and 74. RGB value is (166,0,116). Sum of RGB (Red+Green+Blue) = 166+0+116=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A60074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60074 is #59FF8B. Grayscale: #3E3E3E. Windows color (decimal): -5898124 or 7602342. OLE color: 7602342.

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

Color convert

RGB 166 0 116 -
CMYK 0 1 0.30 0.35
HSL 318.07º 1% 0.33% -
HSV(B) 318.07º 1% 0.65% -
XYZ 18.88 9.37 17.34 -
YUV 62.86 158 201.57 -
System Red Green Blue C M Y K H S L
Decimal 166 0 116 0 1 0.30 0.35 318.07 1 0.33
Hex A6 0 74 0 64 1E 23 13E 64 21
Octal 246 0 164 0 144 36 43 476 144 41
Binary 10100110 0 1110100 0 1100100 11110 100011 100111110 1100100 100001

Color Harmonies of #A60074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60074

Black with #A60074

Text Example


Text Example

White with #A60074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60074; }

 p { color: rgb(166,0,116); }

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

background-color css

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

 a { background-color: rgb(166,0,116); }

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

border-color css

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

 span { border-color: rgb(166,0,116); }

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