Html Css Color HEX #A50671 Eggplant

📋 copy color: '#A50671'

red 165 ◦ green 6 ◦ blue 113

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

Shades of Eggplant #A50671

Tints of Eggplant #A50671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

 BLUE value IS 113 (44.53% from 255) = 39.79%

R = 58.1%
G = 2.11%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A50671 (or 0xA50671) is known color: Eggplant. HEX triplet: A5, 06 and 71. RGB value is (165,6,113). Sum of RGB (Red+Green+Blue) = 165+6+113=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A50671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50671 is #5AF98E. Grayscale: #414141. Windows color (decimal): -5962127 or 7407269. OLE color: 7407269.

HSL color Cylindrical-coordinate representation of color #A50671: hue angle of 319.62º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50671 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 6 113 -
CMYK 0 0.96 0.32 0.35
HSL 319.62º 0.93% 0.34% -
HSV(B) 319.62º 0.96% 0.65% -
XYZ 18.56 9.32 16.44 -
YUV 65.74 154.68 198.8 -
System Red Green Blue C M Y K H S L
Decimal 165 6 113 0 0.96 0.32 0.35 319.62 0.93 0.34
Hex A5 6 71 0 60 20 23 140 5D 22
Octal 245 6 161 0 140 40 43 500 135 42
Binary 10100101 110 1110001 0 1100000 100000 100011 101000000 1011101 100010

Color Harmonies of #A50671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50671

Black with #A50671

Text Example


Text Example

White with #A50671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50671; }

 p { color: rgb(165,6,113); }

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

background-color css

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

 a { background-color: rgb(165,6,113); }

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

border-color css

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

 span { border-color: rgb(165,6,113); }

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