Html Css Color HEX #A6056C Eggplant

📋 copy color: '#A6056C'

red 166 ◦ green 5 ◦ blue 108

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

Shades of Eggplant #A6056C

Tints of Eggplant #A6056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

 BLUE value IS 108 (42.58% from 255) = 38.71%

R = 59.5%
G = 1.79%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A6056C (or 0xA6056C) is known color: Eggplant. HEX triplet: A6, 05 and 6C. RGB value is (166,5,108). Sum of RGB (Red+Green+Blue) = 166+5+108=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A6056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6056C is #59FA93. Grayscale: #404040. Windows color (decimal): -5896852 or 7079334. OLE color: 7079334.

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

Color convert

RGB 166 5 108 -
CMYK 0 0.97 0.35 0.35
HSL 321.61º 0.94% 0.34% -
HSV(B) 321.61º 0.97% 0.65% -
XYZ 18.49 9.3 15.01 -
YUV 64.88 152.34 200.12 -
System Red Green Blue C M Y K H S L
Decimal 166 5 108 0 0.97 0.35 0.35 321.61 0.94 0.34
Hex A6 5 6C 0 61 23 23 142 5E 22
Octal 246 5 154 0 141 43 43 502 136 42
Binary 10100110 101 1101100 0 1100001 100011 100011 101000010 1011110 100010

Color Harmonies of #A6056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6056C

Black with #A6056C

Text Example


Text Example

White with #A6056C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6056C; }

 p { color: rgb(166,5,108); }

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

background-color css

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

 a { background-color: rgb(166,5,108); }

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

border-color css

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

 span { border-color: rgb(166,5,108); }

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