Html Css Color HEX #A3117E Eggplant

📋 copy color: '#A3117E'

red 163 ◦ green 17 ◦ blue 126

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

Shades of Eggplant #A3117E

Tints of Eggplant #A3117E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.18%

R = 53.27%
G = 5.56%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3117E (or 0xA3117E) is known color: Eggplant. HEX triplet: A3, 11 and 7E. RGB value is (163,17,126). Sum of RGB (Red+Green+Blue) = 163+17+126=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A3117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3117E is #5CEE81. Grayscale: #484848. Windows color (decimal): -6090370 or 8262051. OLE color: 8262051.

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

Color convert

RGB 163 17 126 -
CMYK 0 0.90 0.23 0.36
HSL 315.21º 0.81% 0.35% -
HSV(B) 315.21º 0.9% 0.64% -
XYZ 19.07 9.69 20.6 -
YUV 73.08 157.87 192.14 -
System Red Green Blue C M Y K H S L
Decimal 163 17 126 0 0.90 0.23 0.36 315.21 0.81 0.35
Hex A3 11 7E 0 5A 17 24 13B 51 23
Octal 243 21 176 0 132 27 44 473 121 43
Binary 10100011 10001 1111110 0 1011010 10111 100100 100111011 1010001 100011

Color Harmonies of #A3117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3117E

Black with #A3117E

Text Example


Text Example

White with #A3117E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3117E; }

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

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

background-color css

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

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

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

border-color css

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

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

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