Html Css Color HEX #A50D7C Eggplant

📋 copy color: '#A50D7C'

red 165 ◦ green 13 ◦ blue 124

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

Shades of Eggplant #A50D7C

Tints of Eggplant #A50D7C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.3%

 BLUE value IS 124 (48.83% from 255) = 41.06%

R = 54.64%
G = 4.3%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A50D7C (or 0xA50D7C) is known color: Eggplant. HEX triplet: A5, 0D and 7C. RGB value is (165,13,124). Sum of RGB (Red+Green+Blue) = 165+13+124=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50D7C is #5AF283. Grayscale: #464646. Windows color (decimal): -5960324 or 8129957. OLE color: 8129957.

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

Color convert

RGB 165 13 124 -
CMYK 0 0.92 0.25 0.35
HSL 316.18º 0.85% 0.35% -
HSV(B) 316.18º 0.92% 0.65% -
XYZ 19.3 9.74 19.93 -
YUV 71.1 157.86 194.97 -
System Red Green Blue C M Y K H S L
Decimal 165 13 124 0 0.92 0.25 0.35 316.18 0.85 0.35
Hex A5 D 7C 0 5C 19 23 13C 55 23
Octal 245 15 174 0 134 31 43 474 125 43
Binary 10100101 1101 1111100 0 1011100 11001 100011 100111100 1010101 100011

Color Harmonies of #A50D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50D7C

Black with #A50D7C

Text Example


Text Example

White with #A50D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50D7C; }

 p { color: rgb(165,13,124); }

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

background-color css

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

 a { background-color: rgb(165,13,124); }

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

border-color css

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

 span { border-color: rgb(165,13,124); }

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