Html Css Color HEX #A51174 Eggplant

📋 copy color: '#A51174'

red 165 ◦ green 17 ◦ blue 116

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

Shades of Eggplant #A51174

Tints of Eggplant #A51174

RGB

 RED value IS 165 (64.84% from 255) = 55.37%

 GREEN value IS 17 (7.03% from 255) = 5.7%

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

R = 55.37%
G = 5.7%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A51174 (or 0xA51174) is known color: Eggplant. HEX triplet: A5, 11 and 74. RGB value is (165,17,116). Sum of RGB (Red+Green+Blue) = 165+17+116=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A51174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51174 is #5AEE8B. Grayscale: #484848. Windows color (decimal): -5959308 or 7606693. OLE color: 7606693.

HSL color Cylindrical-coordinate representation of color #A51174: hue angle of 319.86º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51174 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 17 116 -
CMYK 0 0.90 0.30 0.35
HSL 319.86º 0.81% 0.36% -
HSV(B) 319.86º 0.9% 0.65% -
XYZ 18.87 9.66 17.39 -
YUV 72.54 152.53 193.95 -
System Red Green Blue C M Y K H S L
Decimal 165 17 116 0 0.90 0.30 0.35 319.86 0.81 0.36
Hex A5 11 74 0 5A 1E 23 140 51 24
Octal 245 21 164 0 132 36 43 500 121 44
Binary 10100101 10001 1110100 0 1011010 11110 100011 101000000 1010001 100100

Color Harmonies of #A51174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51174

Black with #A51174

Text Example


Text Example

White with #A51174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51174; }

 p { color: rgb(165,17,116); }

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

background-color css

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

 a { background-color: rgb(165,17,116); }

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

border-color css

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

 span { border-color: rgb(165,17,116); }

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