Html Css Color HEX #A50474 Eggplant

📋 copy color: '#A50474'

red 165 ◦ green 4 ◦ blue 116

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

Shades of Eggplant #A50474

Tints of Eggplant #A50474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.7%

R = 57.89%
G = 1.4%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A50474 (or 0xA50474) is known color: Eggplant. HEX triplet: A5, 04 and 74. RGB value is (165,4,116). Sum of RGB (Red+Green+Blue) = 165+4+116=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A50474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50474 is #5AFB8B. Grayscale: #404040. Windows color (decimal): -5962636 or 7603365. OLE color: 7603365.

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

Color convert

RGB 165 4 116 -
CMYK 0 0.98 0.30 0.35
HSL 318.26º 0.95% 0.33% -
HSV(B) 318.26º 0.98% 0.65% -
XYZ 18.71 9.35 17.34 -
YUV 64.91 156.84 199.39 -
System Red Green Blue C M Y K H S L
Decimal 165 4 116 0 0.98 0.30 0.35 318.26 0.95 0.33
Hex A5 4 74 0 62 1E 23 13E 5F 21
Octal 245 4 164 0 142 36 43 476 137 41
Binary 10100101 100 1110100 0 1100010 11110 100011 100111110 1011111 100001

Color Harmonies of #A50474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50474

Black with #A50474

Text Example


Text Example

White with #A50474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50474; }

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

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

background-color css

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

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

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

border-color css

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

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

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