Html Css Color HEX #A40874 Eggplant

📋 copy color: '#A40874'

red 164 ◦ green 8 ◦ blue 116

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

Shades of Eggplant #A40874

Tints of Eggplant #A40874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.78%

 BLUE value IS 116 (45.7% from 255) = 40.28%

R = 56.94%
G = 2.78%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A40874 (or 0xA40874) is known color: Eggplant. HEX triplet: A4, 08 and 74. RGB value is (164,8,116). Sum of RGB (Red+Green+Blue) = 164+8+116=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A40874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40874 is #5BF78B. Grayscale: #424242. Windows color (decimal): -6027148 or 7604388. OLE color: 7604388.

HSL color Cylindrical-coordinate representation of color #A40874: hue angle of 318.46º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40874 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 8 116 -
CMYK 0 0.95 0.29 0.36
HSL 318.46º 0.91% 0.34% -
HSV(B) 318.46º 0.95% 0.64% -
XYZ 18.55 9.33 17.35 -
YUV 66.96 155.68 197.22 -
System Red Green Blue C M Y K H S L
Decimal 164 8 116 0 0.95 0.29 0.36 318.46 0.91 0.34
Hex A4 8 74 0 5F 1D 24 13E 5B 22
Octal 244 10 164 0 137 35 44 476 133 42
Binary 10100100 1000 1110100 0 1011111 11101 100100 100111110 1011011 100010

Color Harmonies of #A40874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40874

Black with #A40874

Text Example


Text Example

White with #A40874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40874; }

 p { color: rgb(164,8,116); }

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

background-color css

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

 a { background-color: rgb(164,8,116); }

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

border-color css

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

 span { border-color: rgb(164,8,116); }

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