Html Css Color HEX #A40575 Eggplant

📋 copy color: '#A40575'

red 164 ◦ green 5 ◦ blue 117

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

Shades of Eggplant #A40575

Tints of Eggplant #A40575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 57.34%
G = 1.75%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A40575 (or 0xA40575) is known color: Eggplant. HEX triplet: A4, 05 and 75. RGB value is (164,5,117). Sum of RGB (Red+Green+Blue) = 164+5+117=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A40575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40575 is #5BFA8A. Grayscale: #414141. Windows color (decimal): -6027915 or 7669156. OLE color: 7669156.

HSL color Cylindrical-coordinate representation of color #A40575: hue angle of 317.74º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A40575 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 5 117 -
CMYK 0 0.97 0.29 0.36
HSL 317.74º 0.94% 0.33% -
HSV(B) 317.74º 0.97% 0.64% -
XYZ 18.58 9.29 17.64 -
YUV 65.31 157.18 198.39 -
System Red Green Blue C M Y K H S L
Decimal 164 5 117 0 0.97 0.29 0.36 317.74 0.94 0.33
Hex A4 5 75 0 61 1D 24 13E 5E 21
Octal 244 5 165 0 141 35 44 476 136 41
Binary 10100100 101 1110101 0 1100001 11101 100100 100111110 1011110 100001

Color Harmonies of #A40575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40575

Black with #A40575

Text Example


Text Example

White with #A40575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40575; }

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

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

background-color css

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

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

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

border-color css

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

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

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