Html Css Color HEX #A50471 Eggplant

📋 copy color: '#A50471'

red 165 ◦ green 4 ◦ blue 113

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

Shades of Eggplant #A50471

Tints of Eggplant #A50471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

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

R = 58.51%
G = 1.42%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A50471 (or 0xA50471) is known color: Eggplant. HEX triplet: A5, 04 and 71. RGB value is (165,4,113). Sum of RGB (Red+Green+Blue) = 165+4+113=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A50471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50471 is #5AFB8E. Grayscale: #404040. Windows color (decimal): -5962639 or 7406757. OLE color: 7406757.

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

Color convert

RGB 165 4 113 -
CMYK 0 0.98 0.32 0.35
HSL 319.38º 0.95% 0.33% -
HSV(B) 319.38º 0.98% 0.65% -
XYZ 18.54 9.28 16.44 -
YUV 64.57 155.34 199.64 -
System Red Green Blue C M Y K H S L
Decimal 165 4 113 0 0.98 0.32 0.35 319.38 0.95 0.33
Hex A5 4 71 0 62 20 23 13F 5F 21
Octal 245 4 161 0 142 40 43 477 137 41
Binary 10100101 100 1110001 0 1100010 100000 100011 100111111 1011111 100001

Color Harmonies of #A50471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50471

Black with #A50471

Text Example


Text Example

White with #A50471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50471; }

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

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

background-color css

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

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

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

border-color css

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

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

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