Html Css Color HEX #A6086D Eggplant

📋 copy color: '#A6086D'

red 166 ◦ green 8 ◦ blue 109

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

Shades of Eggplant #A6086D

Tints of Eggplant #A6086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.83%

 BLUE value IS 109 (42.97% from 255) = 38.52%

R = 58.66%
G = 2.83%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6086D (or 0xA6086D) is known color: Eggplant. HEX triplet: A6, 08 and 6D. RGB value is (166,8,109). Sum of RGB (Red+Green+Blue) = 166+8+109=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A6086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6086D is #59F792. Grayscale: #424242. Windows color (decimal): -5896083 or 7145638. OLE color: 7145638.

HSL color Cylindrical-coordinate representation of color #A6086D: hue angle of 321.65º degrees, saturation: 0.91, 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 #A6086D is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 8 109 -
CMYK 0 0.95 0.34 0.35
HSL 321.65º 0.91% 0.34% -
HSV(B) 321.65º 0.95% 0.65% -
XYZ 18.57 9.38 15.3 -
YUV 66.76 151.85 198.79 -
System Red Green Blue C M Y K H S L
Decimal 166 8 109 0 0.95 0.34 0.35 321.65 0.91 0.34
Hex A6 8 6D 0 5F 22 23 142 5B 22
Octal 246 10 155 0 137 42 43 502 133 42
Binary 10100110 1000 1101101 0 1011111 100010 100011 101000010 1011011 100010

Color Harmonies of #A6086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6086D

Black with #A6086D

Text Example


Text Example

White with #A6086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6086D; }

 p { color: rgb(166,8,109); }

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

background-color css

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

 a { background-color: rgb(166,8,109); }

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

border-color css

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

 span { border-color: rgb(166,8,109); }

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