Html Css Color HEX #A5127C Eggplant

📋 copy color: '#A5127C'

red 165 ◦ green 18 ◦ blue 124

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

Shades of Eggplant #A5127C

Tints of Eggplant #A5127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.86%

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

R = 53.75%
G = 5.86%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5127C (or 0xA5127C) is known color: Eggplant. HEX triplet: A5, 12 and 7C. RGB value is (165,18,124). Sum of RGB (Red+Green+Blue) = 165+18+124=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A5127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5127C is #5AED83. Grayscale: #494949. Windows color (decimal): -5959044 or 8131237. OLE color: 8131237.

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

Color convert

RGB 165 18 124 -
CMYK 0 0.89 0.25 0.35
HSL 316.73º 0.8% 0.36% -
HSV(B) 316.73º 0.89% 0.65% -
XYZ 19.37 9.89 19.96 -
YUV 74.04 156.2 192.88 -
System Red Green Blue C M Y K H S L
Decimal 165 18 124 0 0.89 0.25 0.35 316.73 0.8 0.36
Hex A5 12 7C 0 59 19 23 13D 50 24
Octal 245 22 174 0 131 31 43 475 120 44
Binary 10100101 10010 1111100 0 1011001 11001 100011 100111101 1010000 100100

Color Harmonies of #A5127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5127C

Black with #A5127C

Text Example


Text Example

White with #A5127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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