Html Css Color HEX #A60174 Eggplant

📋 copy color: '#A60174'

red 166 ◦ green 1 ◦ blue 116

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

Shades of Eggplant #A60174

Tints of Eggplant #A60174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 58.66%
G = 0.35%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A60174 (or 0xA60174) is known color: Eggplant. HEX triplet: A6, 01 and 74. RGB value is (166,1,116). Sum of RGB (Red+Green+Blue) = 166+1+116=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A60174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60174 is #59FE8B. Grayscale: #3F3F3F. Windows color (decimal): -5897868 or 7602598. OLE color: 7602598.

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

Color convert

RGB 166 1 116 -
CMYK 0 0.99 0.30 0.35
HSL 318.18º 0.99% 0.33% -
HSV(B) 318.18º 0.99% 0.65% -
XYZ 18.89 9.39 17.34 -
YUV 63.45 157.66 201.15 -
System Red Green Blue C M Y K H S L
Decimal 166 1 116 0 0.99 0.30 0.35 318.18 0.99 0.33
Hex A6 1 74 0 63 1E 23 13E 63 21
Octal 246 1 164 0 143 36 43 476 143 41
Binary 10100110 1 1110100 0 1100011 11110 100011 100111110 1100011 100001

Color Harmonies of #A60174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60174

Black with #A60174

Text Example


Text Example

White with #A60174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60174; }

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

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

background-color css

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

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

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

border-color css

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

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

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