Html Css Color HEX #A60A7F Eggplant

📋 copy color: '#A60A7F'

red 166 ◦ green 10 ◦ blue 127

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

Shades of Eggplant #A60A7F

Tints of Eggplant #A60A7F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.3%

 BLUE value IS 127 (50% from 255) = 41.91%

R = 54.79%
G = 3.3%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A60A7F (or 0xA60A7F) is known color: Eggplant. HEX triplet: A6, 0A and 7F. RGB value is (166,10,127). Sum of RGB (Red+Green+Blue) = 166+10+127=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60A7F is #59F580. Grayscale: #454545. Windows color (decimal): -5895553 or 8325798. OLE color: 8325798.

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

Color convert

RGB 166 10 127 -
CMYK 0 0.94 0.23 0.35
HSL 315º 0.89% 0.35% -
HSV(B) 315º 0.94% 0.65% -
XYZ 19.67 9.86 20.94 -
YUV 69.98 160.18 196.49 -
System Red Green Blue C M Y K H S L
Decimal 166 10 127 0 0.94 0.23 0.35 315 0.89 0.35
Hex A6 A 7F 0 5E 17 23 13B 59 23
Octal 246 12 177 0 136 27 43 473 131 43
Binary 10100110 1010 1111111 0 1011110 10111 100011 100111011 1011001 100011

Color Harmonies of #A60A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60A7F

Black with #A60A7F

Text Example


Text Example

White with #A60A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60A7F; }

 p { color: rgb(166,10,127); }

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

background-color css

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

 a { background-color: rgb(166,10,127); }

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

border-color css

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

 span { border-color: rgb(166,10,127); }

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