Html Css Color HEX #A50874 Eggplant

📋 copy color: '#A50874'

red 165 ◦ green 8 ◦ blue 116

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

Shades of Eggplant #A50874

Tints of Eggplant #A50874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.77%

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

R = 57.09%
G = 2.77%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A50874 (or 0xA50874) is known color: Eggplant. HEX triplet: A5, 08 and 74. RGB value is (165,8,116). Sum of RGB (Red+Green+Blue) = 165+8+116=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A50874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50874 is #5AF78B. Grayscale: #424242. Windows color (decimal): -5961612 or 7604389. OLE color: 7604389.

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

Color convert

RGB 165 8 116 -
CMYK 0 0.95 0.30 0.35
HSL 318.73º 0.91% 0.34% -
HSV(B) 318.73º 0.95% 0.65% -
XYZ 18.76 9.43 17.36 -
YUV 67.26 155.51 197.72 -
System Red Green Blue C M Y K H S L
Decimal 165 8 116 0 0.95 0.30 0.35 318.73 0.91 0.34
Hex A5 8 74 0 5F 1E 23 13F 5B 22
Octal 245 10 164 0 137 36 43 477 133 42
Binary 10100101 1000 1110100 0 1011111 11110 100011 100111111 1011011 100010

Color Harmonies of #A50874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50874

Black with #A50874

Text Example


Text Example

White with #A50874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50874; }

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

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

background-color css

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

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

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

border-color css

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

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

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