Html Css Color HEX #A10777 Eggplant

📋 copy color: '#A10777'

red 161 ◦ green 7 ◦ blue 119

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

Shades of Eggplant #A10777

Tints of Eggplant #A10777

RGB

 RED value IS 161 (63.28% from 255) = 56.1%

 GREEN value IS 7 (3.13% from 255) = 2.44%

 BLUE value IS 119 (46.88% from 255) = 41.46%

R = 56.1%
G = 2.44%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A10777 (or 0xA10777) is known color: Eggplant. HEX triplet: A1, 07 and 77. RGB value is (161,7,119). Sum of RGB (Red+Green+Blue) = 161+7+119=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A10777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10777 is #5EF888. Grayscale: #414141. Windows color (decimal): -6224009 or 7800737. OLE color: 7800737.

HSL color Cylindrical-coordinate representation of color #A10777: hue angle of 316.36º degrees, saturation: 0.92, 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 #A10777 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 7 119 -
CMYK 0 0.96 0.26 0.37
HSL 316.36º 0.92% 0.33% -
HSV(B) 316.36º 0.96% 0.63% -
XYZ 18.1 9.06 18.25 -
YUV 65.81 158.02 195.89 -
System Red Green Blue C M Y K H S L
Decimal 161 7 119 0 0.96 0.26 0.37 316.36 0.92 0.33
Hex A1 7 77 0 60 1A 25 13C 5C 21
Octal 241 7 167 0 140 32 45 474 134 41
Binary 10100001 111 1110111 0 1100000 11010 100101 100111100 1011100 100001

Color Harmonies of #A10777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10777

Black with #A10777

Text Example


Text Example

White with #A10777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10777; }

 p { color: rgb(161,7,119); }

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

background-color css

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

 a { background-color: rgb(161,7,119); }

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

border-color css

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

 span { border-color: rgb(161,7,119); }

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