Html Css Color HEX #A51376 Eggplant

📋 copy color: '#A51376'

red 165 ◦ green 19 ◦ blue 118

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

Shades of Eggplant #A51376

Tints of Eggplant #A51376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.29%

 BLUE value IS 118 (46.48% from 255) = 39.07%

R = 54.64%
G = 6.29%
B = 39.07%

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

#A51376 (or 0xA51376) is known color: Eggplant. HEX triplet: A5, 13 and 76. RGB value is (165,19,118). Sum of RGB (Red+Green+Blue) = 165+19+118=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A51376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51376 is #5AEC89. Grayscale: #494949. Windows color (decimal): -5958794 or 7738277. OLE color: 7738277.

HSL color Cylindrical-coordinate representation of color #A51376: hue angle of 319.32º degrees, saturation: 0.79, 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 #A51376 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 19 118 -
CMYK 0 0.88 0.28 0.35
HSL 319.32º 0.79% 0.36% -
HSV(B) 319.32º 0.88% 0.65% -
XYZ 19.02 9.77 18.02 -
YUV 73.94 152.87 192.95 -
System Red Green Blue C M Y K H S L
Decimal 165 19 118 0 0.88 0.28 0.35 319.32 0.79 0.36
Hex A5 13 76 0 58 1C 23 13F 4F 24
Octal 245 23 166 0 130 34 43 477 117 44
Binary 10100101 10011 1110110 0 1011000 11100 100011 100111111 1001111 100100

Color Harmonies of #A51376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51376

Black with #A51376

Text Example


Text Example

White with #A51376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51376; }

 p { color: rgb(165,19,118); }

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

background-color css

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

 a { background-color: rgb(165,19,118); }

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

border-color css

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

 span { border-color: rgb(165,19,118); }

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