Html Css Color HEX #A40C6F Eggplant

📋 copy color: '#A40C6F'

red 164 ◦ green 12 ◦ blue 111

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

Shades of Eggplant #A40C6F

Tints of Eggplant #A40C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.18%

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 57.14%
G = 4.18%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A40C6F (or 0xA40C6F) is known color: Eggplant. HEX triplet: A4, 0C and 6F. RGB value is (164,12,111). Sum of RGB (Red+Green+Blue) = 164+12+111=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C6F is #5BF390. Grayscale: #444444. Windows color (decimal): -6026129 or 7277732. OLE color: 7277732.

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

Color convert

RGB 164 12 111 -
CMYK 0 0.93 0.32 0.36
HSL 320.92º 0.86% 0.35% -
HSV(B) 320.92º 0.93% 0.64% -
XYZ 18.31 9.3 15.87 -
YUV 68.73 151.86 195.95 -
System Red Green Blue C M Y K H S L
Decimal 164 12 111 0 0.93 0.32 0.36 320.92 0.86 0.35
Hex A4 C 6F 0 5D 20 24 141 56 23
Octal 244 14 157 0 135 40 44 501 126 43
Binary 10100100 1100 1101111 0 1011101 100000 100100 101000001 1010110 100011

Color Harmonies of #A40C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40C6F

Black with #A40C6F

Text Example


Text Example

White with #A40C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40C6F; }

 p { color: rgb(164,12,111); }

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

background-color css

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

 a { background-color: rgb(164,12,111); }

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

border-color css

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

 span { border-color: rgb(164,12,111); }

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