Html Css Color HEX #A6127A Eggplant

📋 copy color: '#A6127A'

red 166 ◦ green 18 ◦ blue 122

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

Shades of Eggplant #A6127A

Tints of Eggplant #A6127A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.88%

 BLUE value IS 122 (48.05% from 255) = 39.87%

R = 54.25%
G = 5.88%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A6127A (or 0xA6127A) is known color: Eggplant. HEX triplet: A6, 12 and 7A. RGB value is (166,18,122). Sum of RGB (Red+Green+Blue) = 166+18+122=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A6127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6127A is #59ED85. Grayscale: #494949. Windows color (decimal): -5893510 or 8000166. OLE color: 8000166.

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

Color convert

RGB 166 18 122 -
CMYK 0 0.89 0.27 0.35
HSL 317.84º 0.8% 0.36% -
HSV(B) 317.84º 0.89% 0.65% -
XYZ 19.46 9.94 19.31 -
YUV 74.11 155.03 193.54 -
System Red Green Blue C M Y K H S L
Decimal 166 18 122 0 0.89 0.27 0.35 317.84 0.8 0.36
Hex A6 12 7A 0 59 1B 23 13E 50 24
Octal 246 22 172 0 131 33 43 476 120 44
Binary 10100110 10010 1111010 0 1011001 11011 100011 100111110 1010000 100100

Color Harmonies of #A6127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6127A

Black with #A6127A

Text Example


Text Example

White with #A6127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6127A; }

 p { color: rgb(166,18,122); }

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

background-color css

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

 a { background-color: rgb(166,18,122); }

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

border-color css

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

 span { border-color: rgb(166,18,122); }

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