Html Css Color HEX #A51180 Eggplant

📋 copy color: '#A51180'

red 165 ◦ green 17 ◦ blue 128

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

Shades of Eggplant #A51180

Tints of Eggplant #A51180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 53.23%
G = 5.48%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A51180 (or 0xA51180) is known color: Eggplant. HEX triplet: A5, 11 and 80. RGB value is (165,17,128). Sum of RGB (Red+Green+Blue) = 165+17+128=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A51180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51180 is #5AEE7F. Grayscale: #494949. Windows color (decimal): -5959296 or 8393125. OLE color: 8393125.

HSL color Cylindrical-coordinate representation of color #A51180: hue angle of 315º 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 #A51180 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 17 128 -
CMYK 0 0.90 0.22 0.35
HSL 315º 0.81% 0.36% -
HSV(B) 315º 0.9% 0.65% -
XYZ 19.61 9.96 21.31 -
YUV 73.91 158.53 192.97 -
System Red Green Blue C M Y K H S L
Decimal 165 17 128 0 0.90 0.22 0.35 315 0.81 0.36
Hex A5 11 80 0 5A 16 23 13B 51 24
Octal 245 21 200 0 132 26 43 473 121 44
Binary 10100101 10001 10000000 0 1011010 10110 100011 100111011 1010001 100100

Color Harmonies of #A51180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51180

Black with #A51180

Text Example


Text Example

White with #A51180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51180; }

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

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

background-color css

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

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

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

border-color css

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

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

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