Html Css Color HEX #A10477 Eggplant

📋 copy color: '#A10477'

red 161 ◦ green 4 ◦ blue 119

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

Shades of Eggplant #A10477

Tints of Eggplant #A10477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 56.69%
G = 1.41%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A10477 (or 0xA10477) is known color: Eggplant. HEX triplet: A1, 04 and 77. RGB value is (161,4,119). Sum of RGB (Red+Green+Blue) = 161+4+119=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A10477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10477 is #5EFB88. Grayscale: #3F3F3F. Windows color (decimal): -6224777 or 7799969. OLE color: 7799969.

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

Color convert

RGB 161 4 119 -
CMYK 0 0.98 0.26 0.37
HSL 316.05º 0.95% 0.32% -
HSV(B) 316.05º 0.98% 0.63% -
XYZ 18.07 9 18.24 -
YUV 64.05 159.01 197.15 -
System Red Green Blue C M Y K H S L
Decimal 161 4 119 0 0.98 0.26 0.37 316.05 0.95 0.32
Hex A1 4 77 0 62 1A 25 13C 5F 20
Octal 241 4 167 0 142 32 45 474 137 40
Binary 10100001 100 1110111 0 1100010 11010 100101 100111100 1011111 100000

Color Harmonies of #A10477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10477

Black with #A10477

Text Example


Text Example

White with #A10477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10477; }

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

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

background-color css

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

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

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

border-color css

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

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

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