Html Css Color HEX #A6117F Eggplant

📋 copy color: '#A6117F'

red 166 ◦ green 17 ◦ blue 127

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

Shades of Eggplant #A6117F

Tints of Eggplant #A6117F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.48%

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

R = 53.55%
G = 5.48%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6117F (or 0xA6117F) is known color: Eggplant. HEX triplet: A6, 11 and 7F. RGB value is (166,17,127). Sum of RGB (Red+Green+Blue) = 166+17+127=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6117F is #59EE80. Grayscale: #494949. Windows color (decimal): -5893761 or 8327590. OLE color: 8327590.

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

Color convert

RGB 166 17 127 -
CMYK 0 0.90 0.23 0.35
HSL 315.7º 0.81% 0.36% -
HSV(B) 315.7º 0.9% 0.65% -
XYZ 19.76 10.04 20.98 -
YUV 74.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 166 17 127 0 0.90 0.23 0.35 315.7 0.81 0.36
Hex A6 11 7F 0 5A 17 23 13C 51 24
Octal 246 21 177 0 132 27 43 474 121 44
Binary 10100110 10001 1111111 0 1011010 10111 100011 100111100 1010001 100100

Color Harmonies of #A6117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6117F

Black with #A6117F

Text Example


Text Example

White with #A6117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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