Html Css Color HEX #A8117B Eggplant

📋 copy color: '#A8117B'

red 168 ◦ green 17 ◦ blue 123

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

Shades of Eggplant #A8117B

Tints of Eggplant #A8117B

RGB

 RED value IS 168 (66.02% from 255) = 54.55%

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

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

R = 54.55%
G = 5.52%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8117B (or 0xA8117B) is known color: Eggplant. HEX triplet: A8, 11 and 7B. RGB value is (168,17,123). Sum of RGB (Red+Green+Blue) = 168+17+123=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A8117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8117B is #57EE84. Grayscale: #494949. Windows color (decimal): -5762693 or 8065448. OLE color: 8065448.

HSL color Cylindrical-coordinate representation of color #A8117B: hue angle of 317.88º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8117B is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 123 -
CMYK 0 0.90 0.27 0.34
HSL 317.88º 0.82% 0.36% -
HSV(B) 317.88º 0.9% 0.66% -
XYZ 19.92 10.16 19.65 -
YUV 74.23 155.53 194.88 -
System Red Green Blue C M Y K H S L
Decimal 168 17 123 0 0.90 0.27 0.34 317.88 0.82 0.36
Hex A8 11 7B 0 5A 1B 22 13E 52 24
Octal 250 21 173 0 132 33 42 476 122 44
Binary 10101000 10001 1111011 0 1011010 11011 100010 100111110 1010010 100100

Color Harmonies of #A8117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8117B

Black with #A8117B

Text Example


Text Example

White with #A8117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8117B; }

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

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

background-color css

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

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

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

border-color css

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

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

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