Html Css Color HEX #A6167C Eggplant

📋 copy color: '#A6167C'

red 166 ◦ green 22 ◦ blue 124

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

Shades of Eggplant #A6167C

Tints of Eggplant #A6167C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.05%

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 53.21%
G = 7.05%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6167C (or 0xA6167C) is known color: Eggplant. HEX triplet: A6, 16 and 7C. RGB value is (166,22,124). Sum of RGB (Red+Green+Blue) = 166+22+124=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6167C is #59E983. Grayscale: #4C4C4C. Windows color (decimal): -5892484 or 8132262. OLE color: 8132262.

HSL color Cylindrical-coordinate representation of color #A6167C: hue angle of 317.5º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6167C is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 22 124 -
CMYK 0 0.87 0.25 0.35
HSL 317.5º 0.77% 0.37% -
HSV(B) 317.5º 0.87% 0.65% -
XYZ 19.65 10.14 19.99 -
YUV 76.68 154.71 191.71 -
System Red Green Blue C M Y K H S L
Decimal 166 22 124 0 0.87 0.25 0.35 317.5 0.77 0.37
Hex A6 16 7C 0 57 19 23 13E 4D 25
Octal 246 26 174 0 127 31 43 476 115 45
Binary 10100110 10110 1111100 0 1010111 11001 100011 100111110 1001101 100101

Color Harmonies of #A6167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6167C

Black with #A6167C

Text Example


Text Example

White with #A6167C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6167C; }

 p { color: rgb(166,22,124); }

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

background-color css

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

 a { background-color: rgb(166,22,124); }

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

border-color css

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

 span { border-color: rgb(166,22,124); }

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