Html Css Color HEX #A60374 Eggplant

📋 copy color: '#A60374'

red 166 ◦ green 3 ◦ blue 116

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

Shades of Eggplant #A60374

Tints of Eggplant #A60374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

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

R = 58.25%
G = 1.05%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A60374 (or 0xA60374) is known color: Eggplant. HEX triplet: A6, 03 and 74. RGB value is (166,3,116). Sum of RGB (Red+Green+Blue) = 166+3+116=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A60374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60374 is #59FC8B. Grayscale: #404040. Windows color (decimal): -5897356 or 7603110. OLE color: 7603110.

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

Color convert

RGB 166 3 116 -
CMYK 0 0.98 0.30 0.35
HSL 318.4º 0.96% 0.33% -
HSV(B) 318.4º 0.98% 0.65% -
XYZ 18.91 9.43 17.35 -
YUV 64.62 157 200.31 -
System Red Green Blue C M Y K H S L
Decimal 166 3 116 0 0.98 0.30 0.35 318.4 0.96 0.33
Hex A6 3 74 0 62 1E 23 13E 60 21
Octal 246 3 164 0 142 36 43 476 140 41
Binary 10100110 11 1110100 0 1100010 11110 100011 100111110 1100000 100001

Color Harmonies of #A60374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60374

Black with #A60374

Text Example


Text Example

White with #A60374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60374; }

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

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

background-color css

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

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

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

border-color css

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

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

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