Html Css Color HEX #A8107D Eggplant

📋 copy color: '#A8107D'

red 168 ◦ green 16 ◦ blue 125

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

Shades of Eggplant #A8107D

Tints of Eggplant #A8107D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.18%

 BLUE value IS 125 (49.22% from 255) = 40.45%

R = 54.37%
G = 5.18%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8107D (or 0xA8107D) is known color: Eggplant. HEX triplet: A8, 10 and 7D. RGB value is (168,16,125). Sum of RGB (Red+Green+Blue) = 168+16+125=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A8107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8107D is #57EF82. Grayscale: #494949. Windows color (decimal): -5762947 or 8196264. OLE color: 8196264.

HSL color Cylindrical-coordinate representation of color #A8107D: hue angle of 316.97º degrees, saturation: 0.83, 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 #A8107D is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 16 125 -
CMYK 0 0.90 0.26 0.34
HSL 316.97º 0.83% 0.36% -
HSV(B) 316.97º 0.9% 0.66% -
XYZ 20.04 10.18 20.31 -
YUV 73.87 156.86 195.14 -
System Red Green Blue C M Y K H S L
Decimal 168 16 125 0 0.90 0.26 0.34 316.97 0.83 0.36
Hex A8 10 7D 0 5A 1A 22 13D 53 24
Octal 250 20 175 0 132 32 42 475 123 44
Binary 10101000 10000 1111101 0 1011010 11010 100010 100111101 1010011 100100

Color Harmonies of #A8107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8107D

Black with #A8107D

Text Example


Text Example

White with #A8107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8107D; }

 p { color: rgb(168,16,125); }

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

background-color css

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

 a { background-color: rgb(168,16,125); }

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

border-color css

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

 span { border-color: rgb(168,16,125); }

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