Html Css Color HEX #A5117F Eggplant

📋 copy color: '#A5117F'

red 165 ◦ green 17 ◦ blue 127

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

Shades of Eggplant #A5117F

Tints of Eggplant #A5117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.1%

R = 53.4%
G = 5.5%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5117F (or 0xA5117F) is known color: Eggplant. HEX triplet: A5, 11 and 7F. RGB value is (165,17,127). Sum of RGB (Red+Green+Blue) = 165+17+127=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5117F is #5AEE80. Grayscale: #494949. Windows color (decimal): -5959297 or 8327589. OLE color: 8327589.

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

Color convert

RGB 165 17 127 -
CMYK 0 0.90 0.23 0.35
HSL 315.41º 0.81% 0.36% -
HSV(B) 315.41º 0.9% 0.65% -
XYZ 19.55 9.93 20.97 -
YUV 73.79 158.03 193.06 -
System Red Green Blue C M Y K H S L
Decimal 165 17 127 0 0.90 0.23 0.35 315.41 0.81 0.36
Hex A5 11 7F 0 5A 17 23 13B 51 24
Octal 245 21 177 0 132 27 43 473 121 44
Binary 10100101 10001 1111111 0 1011010 10111 100011 100111011 1010001 100100

Color Harmonies of #A5117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5117F

Black with #A5117F

Text Example


Text Example

White with #A5117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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