Html Css Color HEX #A40673 Eggplant

📋 copy color: '#A40673'

red 164 ◦ green 6 ◦ blue 115

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

Shades of Eggplant #A40673

Tints of Eggplant #A40673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

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

R = 57.54%
G = 2.11%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A40673 (or 0xA40673) is known color: Eggplant. HEX triplet: A4, 06 and 73. RGB value is (164,6,115). Sum of RGB (Red+Green+Blue) = 164+6+115=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A40673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40673 is #5BF98C. Grayscale: #414141. Windows color (decimal): -6027661 or 7538340. OLE color: 7538340.

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

Color convert

RGB 164 6 115 -
CMYK 0 0.96 0.30 0.36
HSL 318.61º 0.93% 0.33% -
HSV(B) 318.61º 0.96% 0.64% -
XYZ 18.47 9.26 17.03 -
YUV 65.67 155.85 198.14 -
System Red Green Blue C M Y K H S L
Decimal 164 6 115 0 0.96 0.30 0.36 318.61 0.93 0.33
Hex A4 6 73 0 60 1E 24 13F 5D 21
Octal 244 6 163 0 140 36 44 477 135 41
Binary 10100100 110 1110011 0 1100000 11110 100100 100111111 1011101 100001

Color Harmonies of #A40673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40673

Black with #A40673

Text Example


Text Example

White with #A40673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40673; }

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

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

background-color css

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

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

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

border-color css

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

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

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