Html Css Color HEX #A6006E Eggplant

📋 copy color: '#A6006E'

red 166 ◦ green 0 ◦ blue 110

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

Shades of Eggplant #A6006E

Tints of Eggplant #A6006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 60.14%
G = 0%
B = 39.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6006E (or 0xA6006E) is known color: Eggplant. HEX triplet: A6, 00 and 6E. RGB value is (166,0,110). Sum of RGB (Red+Green+Blue) = 166+0+110=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A6006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6006E is #59FF91. Grayscale: #3D3D3D. Windows color (decimal): -5898130 or 7209126. OLE color: 7209126.

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

Color convert

RGB 166 0 110 -
CMYK 0 1 0.34 0.35
HSL 320.24º 1% 0.33% -
HSV(B) 320.24º 1% 0.65% -
XYZ 18.54 9.23 15.56 -
YUV 62.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 166 0 110 0 1 0.34 0.35 320.24 1 0.33
Hex A6 0 6E 0 64 22 23 140 64 21
Octal 246 0 156 0 144 42 43 500 144 41
Binary 10100110 0 1101110 0 1100100 100010 100011 101000000 1100100 100001

Color Harmonies of #A6006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6006E

Black with #A6006E

Text Example


Text Example

White with #A6006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6006E; }

 p { color: rgb(166,0,110); }

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

background-color css

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

 a { background-color: rgb(166,0,110); }

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

border-color css

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

 span { border-color: rgb(166,0,110); }

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