Html Css Color HEX #A5127F Eggplant

📋 copy color: '#A5127F'

red 165 ◦ green 18 ◦ blue 127

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

Shades of Eggplant #A5127F

Tints of Eggplant #A5127F

RGB

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

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

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

R = 53.23%
G = 5.81%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5127F (or 0xA5127F) is known color: Eggplant. HEX triplet: A5, 12 and 7F. RGB value is (165,18,127). Sum of RGB (Red+Green+Blue) = 165+18+127=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5127F is #5AED80. Grayscale: #4A4A4A. Windows color (decimal): -5959041 or 8327845. OLE color: 8327845.

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

Color convert

RGB 165 18 127 -
CMYK 0 0.89 0.23 0.35
HSL 315.51º 0.8% 0.36% -
HSV(B) 315.51º 0.89% 0.65% -
XYZ 19.56 9.96 20.97 -
YUV 74.38 157.7 192.64 -
System Red Green Blue C M Y K H S L
Decimal 165 18 127 0 0.89 0.23 0.35 315.51 0.8 0.36
Hex A5 12 7F 0 59 17 23 13C 50 24
Octal 245 22 177 0 131 27 43 474 120 44
Binary 10100101 10010 1111111 0 1011001 10111 100011 100111100 1010000 100100

Color Harmonies of #A5127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5127F

Black with #A5127F

Text Example


Text Example

White with #A5127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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