Html Css Color HEX #A40C75 Eggplant

📋 copy color: '#A40C75'

red 164 ◦ green 12 ◦ blue 117

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

Shades of Eggplant #A40C75

Tints of Eggplant #A40C75

RGB

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

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

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

R = 55.97%
G = 4.1%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A40C75 (or 0xA40C75) is known color: Eggplant. HEX triplet: A4, 0C and 75. RGB value is (164,12,117). Sum of RGB (Red+Green+Blue) = 164+12+117=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C75 is #5BF38A. Grayscale: #454545. Windows color (decimal): -6026123 or 7670948. OLE color: 7670948.

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

Color convert

RGB 164 12 117 -
CMYK 0 0.93 0.29 0.36
HSL 318.55º 0.86% 0.35% -
HSV(B) 318.55º 0.93% 0.64% -
XYZ 18.65 9.44 17.67 -
YUV 69.42 154.86 195.46 -
System Red Green Blue C M Y K H S L
Decimal 164 12 117 0 0.93 0.29 0.36 318.55 0.86 0.35
Hex A4 C 75 0 5D 1D 24 13F 56 23
Octal 244 14 165 0 135 35 44 477 126 43
Binary 10100100 1100 1110101 0 1011101 11101 100100 100111111 1010110 100011

Color Harmonies of #A40C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40C75

Black with #A40C75

Text Example


Text Example

White with #A40C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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