Html Css Color HEX #A5117C Eggplant

📋 copy color: '#A5117C'

red 165 ◦ green 17 ◦ blue 124

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

Shades of Eggplant #A5117C

Tints of Eggplant #A5117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.56%

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

R = 53.92%
G = 5.56%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5117C (or 0xA5117C) is known color: Eggplant. HEX triplet: A5, 11 and 7C. RGB value is (165,17,124). Sum of RGB (Red+Green+Blue) = 165+17+124=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A5117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5117C is #5AEE83. Grayscale: #494949. Windows color (decimal): -5959300 or 8130981. OLE color: 8130981.

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

Color convert

RGB 165 17 124 -
CMYK 0 0.90 0.25 0.35
HSL 316.62º 0.81% 0.36% -
HSV(B) 316.62º 0.9% 0.65% -
XYZ 19.36 9.86 19.95 -
YUV 73.45 156.53 193.3 -
System Red Green Blue C M Y K H S L
Decimal 165 17 124 0 0.90 0.25 0.35 316.62 0.81 0.36
Hex A5 11 7C 0 5A 19 23 13D 51 24
Octal 245 21 174 0 132 31 43 475 121 44
Binary 10100101 10001 1111100 0 1011010 11001 100011 100111101 1010001 100100

Color Harmonies of #A5117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5117C

Black with #A5117C

Text Example


Text Example

White with #A5117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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