Html Css Color HEX #A40573 Eggplant

📋 copy color: '#A40573'

red 164 ◦ green 5 ◦ blue 115

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

Shades of Eggplant #A40573

Tints of Eggplant #A40573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.49%

R = 57.75%
G = 1.76%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A40573 (or 0xA40573) is known color: Eggplant. HEX triplet: A4, 05 and 73. RGB value is (164,5,115). Sum of RGB (Red+Green+Blue) = 164+5+115=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A40573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40573 is #5BFA8C. Grayscale: #404040. Windows color (decimal): -6027917 or 7538084. OLE color: 7538084.

HSL color Cylindrical-coordinate representation of color #A40573: hue angle of 318.49º 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 #A40573 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 5 115 -
CMYK 0 0.97 0.30 0.36
HSL 318.49º 0.94% 0.33% -
HSV(B) 318.49º 0.97% 0.64% -
XYZ 18.46 9.24 17.03 -
YUV 65.08 156.18 198.56 -
System Red Green Blue C M Y K H S L
Decimal 164 5 115 0 0.97 0.30 0.36 318.49 0.94 0.33
Hex A4 5 73 0 61 1E 24 13E 5E 21
Octal 244 5 163 0 141 36 44 476 136 41
Binary 10100100 101 1110011 0 1100001 11110 100100 100111110 1011110 100001

Color Harmonies of #A40573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40573

Black with #A40573

Text Example


Text Example

White with #A40573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40573; }

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

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

background-color css

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

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

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

border-color css

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

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

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