Html Css Color HEX #A0066E Eggplant

📋 copy color: '#A0066E'

red 160 ◦ green 6 ◦ blue 110

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

Shades of Eggplant #A0066E

Tints of Eggplant #A0066E

RGB

 RED value IS 160 (62.89% from 255) = 57.97%

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 57.97%
G = 2.17%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0066E (or 0xA0066E) is known color: Eggplant. HEX triplet: A0, 06 and 6E. RGB value is (160,6,110). Sum of RGB (Red+Green+Blue) = 160+6+110=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0066E is #5FF991. Grayscale: #3F3F3F. Windows color (decimal): -6289810 or 7210656. OLE color: 7210656.

HSL color Cylindrical-coordinate representation of color #A0066E: hue angle of 319.48º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0066E is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 6 110 -
CMYK 0 0.96 0.31 0.37
HSL 319.48º 0.93% 0.33% -
HSV(B) 319.48º 0.96% 0.63% -
XYZ 17.38 8.73 15.52 -
YUV 63.9 154.02 196.54 -
System Red Green Blue C M Y K H S L
Decimal 160 6 110 0 0.96 0.31 0.37 319.48 0.93 0.33
Hex A0 6 6E 0 60 1F 25 13F 5D 21
Octal 240 6 156 0 140 37 45 477 135 41
Binary 10100000 110 1101110 0 1100000 11111 100101 100111111 1011101 100001

Color Harmonies of #A0066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0066E

Black with #A0066E

Text Example


Text Example

White with #A0066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0066E; }

 p { color: rgb(160,6,110); }

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

background-color css

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

 a { background-color: rgb(160,6,110); }

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

border-color css

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

 span { border-color: rgb(160,6,110); }

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