Html Css Color HEX #A8056D Eggplant

📋 copy color: '#A8056D'

red 168 ◦ green 5 ◦ blue 109

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

Shades of Eggplant #A8056D

Tints of Eggplant #A8056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 109 (42.97% from 255) = 38.65%

R = 59.57%
G = 1.77%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8056D (or 0xA8056D) is known color: Eggplant. HEX triplet: A8, 05 and 6D. RGB value is (168,5,109). Sum of RGB (Red+Green+Blue) = 168+5+109=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8056D is #57FA92. Grayscale: #414141. Windows color (decimal): -5765779 or 7144872. OLE color: 7144872.

HSL color Cylindrical-coordinate representation of color #A8056D: hue angle of 321.72º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8056D is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 5 109 -
CMYK 0 0.97 0.35 0.34
HSL 321.72º 0.94% 0.34% -
HSV(B) 321.72º 0.97% 0.66% -
XYZ 18.96 9.54 15.31 -
YUV 65.59 152.5 201.04 -
System Red Green Blue C M Y K H S L
Decimal 168 5 109 0 0.97 0.35 0.34 321.72 0.94 0.34
Hex A8 5 6D 0 61 23 22 142 5E 22
Octal 250 5 155 0 141 43 42 502 136 42
Binary 10101000 101 1101101 0 1100001 100011 100010 101000010 1011110 100010

Color Harmonies of #A8056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8056D

Black with #A8056D

Text Example


Text Example

White with #A8056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8056D; }

 p { color: rgb(168,5,109); }

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

background-color css

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

 a { background-color: rgb(168,5,109); }

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

border-color css

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

 span { border-color: rgb(168,5,109); }

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