Html Css Color HEX #A10376 Eggplant

📋 copy color: '#A10376'

red 161 ◦ green 3 ◦ blue 118

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

Shades of Eggplant #A10376

Tints of Eggplant #A10376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

 BLUE value IS 118 (46.48% from 255) = 41.84%

R = 57.09%
G = 1.06%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A10376 (or 0xA10376) is known color: Eggplant. HEX triplet: A1, 03 and 76. RGB value is (161,3,118). Sum of RGB (Red+Green+Blue) = 161+3+118=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A10376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10376 is #5EFC89. Grayscale: #3F3F3F. Windows color (decimal): -6225034 or 7734177. OLE color: 7734177.

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

Color convert

RGB 161 3 118 -
CMYK 0 0.98 0.27 0.37
HSL 316.33º 0.96% 0.32% -
HSV(B) 316.33º 0.98% 0.63% -
XYZ 18 8.95 17.92 -
YUV 63.35 158.85 197.65 -
System Red Green Blue C M Y K H S L
Decimal 161 3 118 0 0.98 0.27 0.37 316.33 0.96 0.32
Hex A1 3 76 0 62 1B 25 13C 60 20
Octal 241 3 166 0 142 33 45 474 140 40
Binary 10100001 11 1110110 0 1100010 11011 100101 100111100 1100000 100000

Color Harmonies of #A10376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10376

Black with #A10376

Text Example


Text Example

White with #A10376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10376; }

 p { color: rgb(161,3,118); }

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

background-color css

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

 a { background-color: rgb(161,3,118); }

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

border-color css

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

 span { border-color: rgb(161,3,118); }

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