Html Css Color HEX #A3117F Eggplant

📋 copy color: '#A3117F'

red 163 ◦ green 17 ◦ blue 127

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

Shades of Eggplant #A3117F

Tints of Eggplant #A3117F

RGB

 RED value IS 163 (64.06% from 255) = 53.09%

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

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

R = 53.09%
G = 5.54%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3117F (or 0xA3117F) is known color: Eggplant. HEX triplet: A3, 11 and 7F. RGB value is (163,17,127). Sum of RGB (Red+Green+Blue) = 163+17+127=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3117F is #5CEE80. Grayscale: #484848. Windows color (decimal): -6090369 or 8327587. OLE color: 8327587.

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

Color convert

RGB 163 17 127 -
CMYK 0 0.90 0.22 0.36
HSL 314.79º 0.81% 0.35% -
HSV(B) 314.79º 0.9% 0.64% -
XYZ 19.14 9.72 20.95 -
YUV 73.19 158.37 192.06 -
System Red Green Blue C M Y K H S L
Decimal 163 17 127 0 0.90 0.22 0.36 314.79 0.81 0.35
Hex A3 11 7F 0 5A 16 24 13B 51 23
Octal 243 21 177 0 132 26 44 473 121 43
Binary 10100011 10001 1111111 0 1011010 10110 100100 100111011 1010001 100011

Color Harmonies of #A3117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3117F

Black with #A3117F

Text Example


Text Example

White with #A3117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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