Html Css Color HEX #A4117B Eggplant

📋 copy color: '#A4117B'

red 164 ◦ green 17 ◦ blue 123

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

Shades of Eggplant #A4117B

Tints of Eggplant #A4117B

RGB

 RED value IS 164 (64.45% from 255) = 53.95%

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

 BLUE value IS 123 (48.44% from 255) = 40.46%

R = 53.95%
G = 5.59%
B = 40.46%

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

#A4117B (or 0xA4117B) is known color: Eggplant. HEX triplet: A4, 11 and 7B. RGB value is (164,17,123). Sum of RGB (Red+Green+Blue) = 164+17+123=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A4117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4117B is #5BEE84. Grayscale: #484848. Windows color (decimal): -6024837 or 8065444. OLE color: 8065444.

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

Color convert

RGB 164 17 123 -
CMYK 0 0.90 0.25 0.36
HSL 316.73º 0.81% 0.35% -
HSV(B) 316.73º 0.9% 0.64% -
XYZ 19.09 9.72 19.61 -
YUV 73.04 156.2 192.88 -
System Red Green Blue C M Y K H S L
Decimal 164 17 123 0 0.90 0.25 0.36 316.73 0.81 0.35
Hex A4 11 7B 0 5A 19 24 13D 51 23
Octal 244 21 173 0 132 31 44 475 121 43
Binary 10100100 10001 1111011 0 1011010 11001 100100 100111101 1010001 100011

Color Harmonies of #A4117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4117B

Black with #A4117B

Text Example


Text Example

White with #A4117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4117B; }

 p { color: rgb(164,17,123); }

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

background-color css

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

 a { background-color: rgb(164,17,123); }

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

border-color css

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

 span { border-color: rgb(164,17,123); }

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