Html Css Color HEX #A6077E Eggplant

📋 copy color: '#A6077E'

red 166 ◦ green 7 ◦ blue 126

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

Shades of Eggplant #A6077E

Tints of Eggplant #A6077E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

 BLUE value IS 126 (49.61% from 255) = 42.14%

R = 55.52%
G = 2.34%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A6077E (or 0xA6077E) is known color: Eggplant. HEX triplet: A6, 07 and 7E. RGB value is (166,7,126). Sum of RGB (Red+Green+Blue) = 166+7+126=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A6077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6077E is #59F881. Grayscale: #434343. Windows color (decimal): -5896322 or 8259494. OLE color: 8259494.

HSL color Cylindrical-coordinate representation of color #A6077E: hue angle of 315.09º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6077E is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 7 126 -
CMYK 0 0.96 0.24 0.35
HSL 315.09º 0.92% 0.34% -
HSV(B) 315.09º 0.96% 0.65% -
XYZ 19.57 9.77 20.59 -
YUV 68.11 160.68 197.82 -
System Red Green Blue C M Y K H S L
Decimal 166 7 126 0 0.96 0.24 0.35 315.09 0.92 0.34
Hex A6 7 7E 0 60 18 23 13B 5C 22
Octal 246 7 176 0 140 30 43 473 134 42
Binary 10100110 111 1111110 0 1100000 11000 100011 100111011 1011100 100010

Color Harmonies of #A6077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6077E

Black with #A6077E

Text Example


Text Example

White with #A6077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6077E; }

 p { color: rgb(166,7,126); }

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

background-color css

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

 a { background-color: rgb(166,7,126); }

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

border-color css

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

 span { border-color: rgb(166,7,126); }

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