Html Css Color HEX #A3117A Eggplant

📋 copy color: '#A3117A'

red 163 ◦ green 17 ◦ blue 122

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

Shades of Eggplant #A3117A

Tints of Eggplant #A3117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.4%

R = 53.97%
G = 5.63%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3117A (or 0xA3117A) is known color: Eggplant. HEX triplet: A3, 11 and 7A. RGB value is (163,17,122). Sum of RGB (Red+Green+Blue) = 163+17+122=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A3117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3117A is #5CEE85. Grayscale: #484848. Windows color (decimal): -6090374 or 7999907. OLE color: 7999907.

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

Color convert

RGB 163 17 122 -
CMYK 0 0.90 0.25 0.36
HSL 316.85º 0.81% 0.35% -
HSV(B) 316.85º 0.9% 0.64% -
XYZ 18.82 9.59 19.27 -
YUV 72.62 155.87 192.46 -
System Red Green Blue C M Y K H S L
Decimal 163 17 122 0 0.90 0.25 0.36 316.85 0.81 0.35
Hex A3 11 7A 0 5A 19 24 13D 51 23
Octal 243 21 172 0 132 31 44 475 121 43
Binary 10100011 10001 1111010 0 1011010 11001 100100 100111101 1010001 100011

Color Harmonies of #A3117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3117A

Black with #A3117A

Text Example


Text Example

White with #A3117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3117A; }

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

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

background-color css

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

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

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

border-color css

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

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

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