Html Css Color HEX #A40C7E Eggplant

📋 copy color: '#A40C7E'

red 164 ◦ green 12 ◦ blue 126

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

Shades of Eggplant #A40C7E

Tints of Eggplant #A40C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.72%

R = 54.3%
G = 3.97%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A40C7E (or 0xA40C7E) is known color: Eggplant. HEX triplet: A4, 0C and 7E. RGB value is (164,12,126). Sum of RGB (Red+Green+Blue) = 164+12+126=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C7E is #5BF381. Grayscale: #464646. Windows color (decimal): -6026114 or 8260772. OLE color: 8260772.

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

Color convert

RGB 164 12 126 -
CMYK 0 0.93 0.23 0.36
HSL 315º 0.86% 0.35% -
HSV(B) 315º 0.93% 0.64% -
XYZ 19.21 9.66 20.59 -
YUV 70.44 159.36 194.73 -
System Red Green Blue C M Y K H S L
Decimal 164 12 126 0 0.93 0.23 0.36 315 0.86 0.35
Hex A4 C 7E 0 5D 17 24 13B 56 23
Octal 244 14 176 0 135 27 44 473 126 43
Binary 10100100 1100 1111110 0 1011101 10111 100100 100111011 1010110 100011

Color Harmonies of #A40C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40C7E

Black with #A40C7E

Text Example


Text Example

White with #A40C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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