Html Css Color HEX #A6016D Eggplant

📋 copy color: '#A6016D'

red 166 ◦ green 1 ◦ blue 109

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

Shades of Eggplant #A6016D

Tints of Eggplant #A6016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 60.14%
G = 0.36%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6016D (or 0xA6016D) is known color: Eggplant. HEX triplet: A6, 01 and 6D. RGB value is (166,1,109). Sum of RGB (Red+Green+Blue) = 166+1+109=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A6016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6016D is #59FE92. Grayscale: #3E3E3E. Windows color (decimal): -5897875 or 7143846. OLE color: 7143846.

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

Color convert

RGB 166 1 109 -
CMYK 0 0.99 0.34 0.35
HSL 320.73º 0.99% 0.33% -
HSV(B) 320.73º 0.99% 0.65% -
XYZ 18.5 9.23 15.28 -
YUV 62.65 154.16 201.72 -
System Red Green Blue C M Y K H S L
Decimal 166 1 109 0 0.99 0.34 0.35 320.73 0.99 0.33
Hex A6 1 6D 0 63 22 23 141 63 21
Octal 246 1 155 0 143 42 43 501 143 41
Binary 10100110 1 1101101 0 1100011 100010 100011 101000001 1100011 100001

Color Harmonies of #A6016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6016D

Black with #A6016D

Text Example


Text Example

White with #A6016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6016D; }

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

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

background-color css

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

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

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

border-color css

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

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

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