Html Css Color HEX #A50071 Eggplant

📋 copy color: '#A50071'

red 165 ◦ green 0 ◦ blue 113

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

Shades of Eggplant #A50071

Tints of Eggplant #A50071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.35%
G = 0%
B = 40.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A50071 (or 0xA50071) is known color: Eggplant. HEX triplet: A5, 00 and 71. RGB value is (165,0,113). Sum of RGB (Red+Green+Blue) = 165+0+113=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A50071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50071 is #5AFF8E. Grayscale: #3D3D3D. Windows color (decimal): -5963663 or 7405733. OLE color: 7405733.

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

Color convert

RGB 165 0 113 -
CMYK 0 1 0.32 0.35
HSL 318.91º 1% 0.32% -
HSV(B) 318.91º 1% 0.65% -
XYZ 18.5 9.19 16.42 -
YUV 62.22 156.66 201.31 -
System Red Green Blue C M Y K H S L
Decimal 165 0 113 0 1 0.32 0.35 318.91 1 0.32
Hex A5 0 71 0 64 20 23 13F 64 20
Octal 245 0 161 0 144 40 43 477 144 40
Binary 10100101 0 1110001 0 1100100 100000 100011 100111111 1100100 100000

Color Harmonies of #A50071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50071

Black with #A50071

Text Example


Text Example

White with #A50071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50071; }

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

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

background-color css

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

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

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

border-color css

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

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

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