Html Css Color HEX #A60875 Eggplant

📋 copy color: '#A60875'

red 166 ◦ green 8 ◦ blue 117

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

Shades of Eggplant #A60875

Tints of Eggplant #A60875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.75%

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

R = 57.04%
G = 2.75%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A60875 (or 0xA60875) is known color: Eggplant. HEX triplet: A6, 08 and 75. RGB value is (166,8,117). Sum of RGB (Red+Green+Blue) = 166+8+117=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A60875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60875 is #59F78A. Grayscale: #434343. Windows color (decimal): -5896075 or 7669926. OLE color: 7669926.

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

Color convert

RGB 166 8 117 -
CMYK 0 0.95 0.30 0.35
HSL 318.61º 0.91% 0.34% -
HSV(B) 318.61º 0.95% 0.65% -
XYZ 19.02 9.57 17.67 -
YUV 67.67 155.85 198.14 -
System Red Green Blue C M Y K H S L
Decimal 166 8 117 0 0.95 0.30 0.35 318.61 0.91 0.34
Hex A6 8 75 0 5F 1E 23 13F 5B 22
Octal 246 10 165 0 137 36 43 477 133 42
Binary 10100110 1000 1110101 0 1011111 11110 100011 100111111 1011011 100010

Color Harmonies of #A60875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60875

Black with #A60875

Text Example


Text Example

White with #A60875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60875; }

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

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

background-color css

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

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

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

border-color css

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

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

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