Html Css Color HEX #A6096F Eggplant

📋 copy color: '#A6096F'

red 166 ◦ green 9 ◦ blue 111

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

Shades of Eggplant #A6096F

Tints of Eggplant #A6096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.15%

 BLUE value IS 111 (43.75% from 255) = 38.81%

R = 58.04%
G = 3.15%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A6096F (or 0xA6096F) is known color: Eggplant. HEX triplet: A6, 09 and 6F. RGB value is (166,9,111). Sum of RGB (Red+Green+Blue) = 166+9+111=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A6096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6096F is #59F690. Grayscale: #434343. Windows color (decimal): -5895825 or 7276966. OLE color: 7276966.

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

Color convert

RGB 166 9 111 -
CMYK 0 0.95 0.33 0.35
HSL 321.02º 0.9% 0.34% -
HSV(B) 321.02º 0.95% 0.65% -
XYZ 18.69 9.45 15.88 -
YUV 67.57 152.51 198.21 -
System Red Green Blue C M Y K H S L
Decimal 166 9 111 0 0.95 0.33 0.35 321.02 0.9 0.34
Hex A6 9 6F 0 5F 21 23 141 5A 22
Octal 246 11 157 0 137 41 43 501 132 42
Binary 10100110 1001 1101111 0 1011111 100001 100011 101000001 1011010 100010

Color Harmonies of #A6096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6096F

Black with #A6096F

Text Example


Text Example

White with #A6096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6096F; }

 p { color: rgb(166,9,111); }

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

background-color css

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

 a { background-color: rgb(166,9,111); }

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

border-color css

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

 span { border-color: rgb(166,9,111); }

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