Html Css Color HEX #A41175 Eggplant

📋 copy color: '#A41175'

red 164 ◦ green 17 ◦ blue 117

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

Shades of Eggplant #A41175

Tints of Eggplant #A41175

RGB

 RED value IS 164 (64.45% from 255) = 55.03%

 GREEN value IS 17 (7.03% from 255) = 5.7%

 BLUE value IS 117 (46.09% from 255) = 39.26%

R = 55.03%
G = 5.7%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A41175 (or 0xA41175) is known color: Eggplant. HEX triplet: A4, 11 and 75. RGB value is (164,17,117). Sum of RGB (Red+Green+Blue) = 164+17+117=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A41175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41175 is #5BEE8A. Grayscale: #484848. Windows color (decimal): -6024843 or 7672228. OLE color: 7672228.

HSL color Cylindrical-coordinate representation of color #A41175: hue angle of 319.18º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41175 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 17 117 -
CMYK 0 0.90 0.29 0.36
HSL 319.18º 0.81% 0.35% -
HSV(B) 319.18º 0.9% 0.64% -
XYZ 18.72 9.58 17.69 -
YUV 72.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 164 17 117 0 0.90 0.29 0.36 319.18 0.81 0.35
Hex A4 11 75 0 5A 1D 24 13F 51 23
Octal 244 21 165 0 132 35 44 477 121 43
Binary 10100100 10001 1110101 0 1011010 11101 100100 100111111 1010001 100011

Color Harmonies of #A41175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41175

Black with #A41175

Text Example


Text Example

White with #A41175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41175; }

 p { color: rgb(164,17,117); }

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

background-color css

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

 a { background-color: rgb(164,17,117); }

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

border-color css

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

 span { border-color: rgb(164,17,117); }

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