Html Css Color HEX #A10770 Eggplant

📋 copy color: '#A10770'

red 161 ◦ green 7 ◦ blue 112

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

Shades of Eggplant #A10770

Tints of Eggplant #A10770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40%

R = 57.5%
G = 2.5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A10770 (or 0xA10770) is known color: Eggplant. HEX triplet: A1, 07 and 70. RGB value is (161,7,112). Sum of RGB (Red+Green+Blue) = 161+7+112=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A10770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10770 is #5EF88F. Grayscale: #404040. Windows color (decimal): -6224016 or 7341985. OLE color: 7341985.

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

Color convert

RGB 161 7 112 -
CMYK 0 0.96 0.30 0.37
HSL 319.09º 0.92% 0.33% -
HSV(B) 319.09º 0.96% 0.63% -
XYZ 17.7 8.9 16.11 -
YUV 65.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 161 7 112 0 0.96 0.30 0.37 319.09 0.92 0.33
Hex A1 7 70 0 60 1E 25 13F 5C 21
Octal 241 7 160 0 140 36 45 477 134 41
Binary 10100001 111 1110000 0 1100000 11110 100101 100111111 1011100 100001

Color Harmonies of #A10770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10770

Black with #A10770

Text Example


Text Example

White with #A10770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10770; }

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

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

background-color css

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

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

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

border-color css

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

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

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