Html Css Color HEX #A8147B Eggplant

📋 copy color: '#A8147B'

red 168 ◦ green 20 ◦ blue 123

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

Shades of Eggplant #A8147B

Tints of Eggplant #A8147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

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

R = 54.02%
G = 6.43%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8147B (or 0xA8147B) is known color: Eggplant. HEX triplet: A8, 14 and 7B. RGB value is (168,20,123). Sum of RGB (Red+Green+Blue) = 168+20+123=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8147B is #57EB84. Grayscale: #4B4B4B. Windows color (decimal): -5761925 or 8066216. OLE color: 8066216.

HSL color Cylindrical-coordinate representation of color #A8147B: hue angle of 318.24º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8147B is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 20 123 -
CMYK 0 0.88 0.27 0.34
HSL 318.24º 0.79% 0.37% -
HSV(B) 318.24º 0.88% 0.66% -
XYZ 19.97 10.26 19.67 -
YUV 75.99 154.53 193.62 -
System Red Green Blue C M Y K H S L
Decimal 168 20 123 0 0.88 0.27 0.34 318.24 0.79 0.37
Hex A8 14 7B 0 58 1B 22 13E 4F 25
Octal 250 24 173 0 130 33 42 476 117 45
Binary 10101000 10100 1111011 0 1011000 11011 100010 100111110 1001111 100101

Color Harmonies of #A8147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8147B

Black with #A8147B

Text Example


Text Example

White with #A8147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8147B; }

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

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

background-color css

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

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

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

border-color css

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

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

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