Html Css Color HEX #A51477 Eggplant

📋 copy color: '#A51477'

red 165 ◦ green 20 ◦ blue 119

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

Shades of Eggplant #A51477

Tints of Eggplant #A51477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.58%

 BLUE value IS 119 (46.88% from 255) = 39.14%

R = 54.28%
G = 6.58%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A51477 (or 0xA51477) is known color: Eggplant. HEX triplet: A5, 14 and 77. RGB value is (165,20,119). Sum of RGB (Red+Green+Blue) = 165+20+119=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A51477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51477 is #5AEB88. Grayscale: #4A4A4A. Windows color (decimal): -5958537 or 7804069. OLE color: 7804069.

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

Color convert

RGB 165 20 119 -
CMYK 0 0.88 0.28 0.35
HSL 319.03º 0.78% 0.36% -
HSV(B) 319.03º 0.88% 0.65% -
XYZ 19.1 9.83 18.34 -
YUV 74.64 153.04 192.45 -
System Red Green Blue C M Y K H S L
Decimal 165 20 119 0 0.88 0.28 0.35 319.03 0.78 0.36
Hex A5 14 77 0 58 1C 23 13F 4E 24
Octal 245 24 167 0 130 34 43 477 116 44
Binary 10100101 10100 1110111 0 1011000 11100 100011 100111111 1001110 100100

Color Harmonies of #A51477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51477

Black with #A51477

Text Example


Text Example

White with #A51477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51477; }

 p { color: rgb(165,20,119); }

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

background-color css

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

 a { background-color: rgb(165,20,119); }

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

border-color css

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

 span { border-color: rgb(165,20,119); }

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