Html Css Color HEX #A51579 Eggplant

📋 copy color: '#A51579'

red 165 ◦ green 21 ◦ blue 121

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

Shades of Eggplant #A51579

Tints of Eggplant #A51579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.84%

 BLUE value IS 121 (47.66% from 255) = 39.41%

R = 53.75%
G = 6.84%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A51579 (or 0xA51579) is known color: Eggplant. HEX triplet: A5, 15 and 79. RGB value is (165,21,121). Sum of RGB (Red+Green+Blue) = 165+21+121=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A51579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51579 is #5AEA86. Grayscale: #4B4B4B. Windows color (decimal): -5958279 or 7935397. OLE color: 7935397.

HSL color Cylindrical-coordinate representation of color #A51579: hue angle of 318.33º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51579 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 21 121 -
CMYK 0 0.87 0.27 0.35
HSL 318.33º 0.77% 0.36% -
HSV(B) 318.33º 0.87% 0.65% -
XYZ 19.24 9.92 18.99 -
YUV 75.46 153.71 191.87 -
System Red Green Blue C M Y K H S L
Decimal 165 21 121 0 0.87 0.27 0.35 318.33 0.77 0.36
Hex A5 15 79 0 57 1B 23 13E 4D 24
Octal 245 25 171 0 127 33 43 476 115 44
Binary 10100101 10101 1111001 0 1010111 11011 100011 100111110 1001101 100100

Color Harmonies of #A51579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51579

Black with #A51579

Text Example


Text Example

White with #A51579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51579; }

 p { color: rgb(165,21,121); }

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

background-color css

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

 a { background-color: rgb(165,21,121); }

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

border-color css

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

 span { border-color: rgb(165,21,121); }

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