Html Css Color HEX #A10671 Eggplant

📋 copy color: '#A10671'

red 161 ◦ green 6 ◦ blue 113

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

Shades of Eggplant #A10671

Tints of Eggplant #A10671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 57.5%
G = 2.14%
B = 40.36%

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

#A10671 (or 0xA10671) is known color: Eggplant. HEX triplet: A1, 06 and 71. RGB value is (161,6,113). Sum of RGB (Red+Green+Blue) = 161+6+113=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A10671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10671 is #5EF98E. Grayscale: #404040. Windows color (decimal): -6224271 or 7407265. OLE color: 7407265.

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

Color convert

RGB 161 6 113 -
CMYK 0 0.96 0.30 0.37
HSL 318.58º 0.93% 0.33% -
HSV(B) 318.58º 0.96% 0.63% -
XYZ 17.74 8.9 16.41 -
YUV 64.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 161 6 113 0 0.96 0.30 0.37 318.58 0.93 0.33
Hex A1 6 71 0 60 1E 25 13F 5D 21
Octal 241 6 161 0 140 36 45 477 135 41
Binary 10100001 110 1110001 0 1100000 11110 100101 100111111 1011101 100001

Color Harmonies of #A10671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10671

Black with #A10671

Text Example


Text Example

White with #A10671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10671; }

 p { color: rgb(161,6,113); }

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

background-color css

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

 a { background-color: rgb(161,6,113); }

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

border-color css

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

 span { border-color: rgb(161,6,113); }

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