Html Css Color HEX #A10474 Eggplant

📋 copy color: '#A10474'

red 161 ◦ green 4 ◦ blue 116

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

Shades of Eggplant #A10474

Tints of Eggplant #A10474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 57.3%
G = 1.42%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A10474 (or 0xA10474) is known color: Eggplant. HEX triplet: A1, 04 and 74. RGB value is (161,4,116). Sum of RGB (Red+Green+Blue) = 161+4+116=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A10474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10474 is #5EFB8B. Grayscale: #3F3F3F. Windows color (decimal): -6224780 or 7603361. OLE color: 7603361.

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

Color convert

RGB 161 4 116 -
CMYK 0 0.98 0.28 0.37
HSL 317.2º 0.95% 0.32% -
HSV(B) 317.2º 0.98% 0.63% -
XYZ 17.89 8.92 17.3 -
YUV 63.71 157.51 197.39 -
System Red Green Blue C M Y K H S L
Decimal 161 4 116 0 0.98 0.28 0.37 317.2 0.95 0.32
Hex A1 4 74 0 62 1C 25 13D 5F 20
Octal 241 4 164 0 142 34 45 475 137 40
Binary 10100001 100 1110100 0 1100010 11100 100101 100111101 1011111 100000

Color Harmonies of #A10474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10474

Black with #A10474

Text Example


Text Example

White with #A10474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10474; }

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

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

background-color css

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

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

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

border-color css

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

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

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