Html Css Color HEX #A60075 Eggplant

📋 copy color: '#A60075'

red 166 ◦ green 0 ◦ blue 117

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

Shades of Eggplant #A60075

Tints of Eggplant #A60075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.34%

R = 58.66%
G = 0%
B = 41.34%

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

#A60075 (or 0xA60075) is known color: Eggplant. HEX triplet: A6, 00 and 75. RGB value is (166,0,117). Sum of RGB (Red+Green+Blue) = 166+0+117=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A60075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60075 is #59FF8A. Grayscale: #3E3E3E. Windows color (decimal): -5898123 or 7667878. OLE color: 7667878.

HSL color Cylindrical-coordinate representation of color #A60075: hue angle of 317.71º 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 #A60075 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 0 117 -
CMYK 0 1 0.30 0.35
HSL 317.71º 1% 0.33% -
HSV(B) 317.71º 1% 0.65% -
XYZ 18.94 9.39 17.64 -
YUV 62.97 158.5 201.49 -
System Red Green Blue C M Y K H S L
Decimal 166 0 117 0 1 0.30 0.35 317.71 1 0.33
Hex A6 0 75 0 64 1E 23 13E 64 21
Octal 246 0 165 0 144 36 43 476 144 41
Binary 10100110 0 1110101 0 1100100 11110 100011 100111110 1100100 100001

Color Harmonies of #A60075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60075

Black with #A60075

Text Example


Text Example

White with #A60075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60075; }

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

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

background-color css

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

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

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

border-color css

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

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

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