Html Css Color HEX #A6127D Eggplant

📋 copy color: '#A6127D'

red 166 ◦ green 18 ◦ blue 125

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

Shades of Eggplant #A6127D

Tints of Eggplant #A6127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.45%

R = 53.72%
G = 5.83%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6127D (or 0xA6127D) is known color: Eggplant. HEX triplet: A6, 12 and 7D. RGB value is (166,18,125). Sum of RGB (Red+Green+Blue) = 166+18+125=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6127D is #59ED82. Grayscale: #4A4A4A. Windows color (decimal): -5893507 or 8196774. OLE color: 8196774.

HSL color Cylindrical-coordinate representation of color #A6127D: hue angle of 316.62º 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 #A6127D is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 18 125 -
CMYK 0 0.89 0.25 0.35
HSL 316.62º 0.8% 0.36% -
HSV(B) 316.62º 0.89% 0.65% -
XYZ 19.64 10.02 20.3 -
YUV 74.45 156.53 193.3 -
System Red Green Blue C M Y K H S L
Decimal 166 18 125 0 0.89 0.25 0.35 316.62 0.8 0.36
Hex A6 12 7D 0 59 19 23 13D 50 24
Octal 246 22 175 0 131 31 43 475 120 44
Binary 10100110 10010 1111101 0 1011001 11001 100011 100111101 1010000 100100

Color Harmonies of #A6127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6127D

Black with #A6127D

Text Example


Text Example

White with #A6127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6127D; }

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

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

background-color css

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

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

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

border-color css

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

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

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