Html Css Color HEX #A50873 Eggplant

📋 copy color: '#A50873'

red 165 ◦ green 8 ◦ blue 115

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

Shades of Eggplant #A50873

Tints of Eggplant #A50873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.93%

R = 57.29%
G = 2.78%
B = 39.93%

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

#A50873 (or 0xA50873) is known color: Eggplant. HEX triplet: A5, 08 and 73. RGB value is (165,8,115). Sum of RGB (Red+Green+Blue) = 165+8+115=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A50873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50873 is #5AF78C. Grayscale: #424242. Windows color (decimal): -5961613 or 7538853. OLE color: 7538853.

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

Color convert

RGB 165 8 115 -
CMYK 0 0.95 0.30 0.35
HSL 319.11º 0.91% 0.34% -
HSV(B) 319.11º 0.95% 0.65% -
XYZ 18.7 9.41 17.05 -
YUV 67.14 155.01 197.8 -
System Red Green Blue C M Y K H S L
Decimal 165 8 115 0 0.95 0.30 0.35 319.11 0.91 0.34
Hex A5 8 73 0 5F 1E 23 13F 5B 22
Octal 245 10 163 0 137 36 43 477 133 42
Binary 10100101 1000 1110011 0 1011111 11110 100011 100111111 1011011 100010

Color Harmonies of #A50873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50873

Black with #A50873

Text Example


Text Example

White with #A50873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50873; }

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

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

background-color css

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

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

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

border-color css

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

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

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