Html Css Color HEX #A8057B Eggplant

📋 copy color: '#A8057B'

red 168 ◦ green 5 ◦ blue 123

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

Shades of Eggplant #A8057B

Tints of Eggplant #A8057B

RGB

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

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

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

R = 56.76%
G = 1.69%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8057B (or 0xA8057B) is known color: Eggplant. HEX triplet: A8, 05 and 7B. RGB value is (168,5,123). Sum of RGB (Red+Green+Blue) = 168+5+123=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8057B is #57FA84. Grayscale: #424242. Windows color (decimal): -5765765 or 8062376. OLE color: 8062376.

HSL color Cylindrical-coordinate representation of color #A8057B: hue angle of 316.56º 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 #A8057B is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 5 123 -
CMYK 0 0.97 0.27 0.34
HSL 316.56º 0.94% 0.34% -
HSV(B) 316.56º 0.97% 0.66% -
XYZ 19.78 9.86 19.6 -
YUV 67.19 159.5 199.91 -
System Red Green Blue C M Y K H S L
Decimal 168 5 123 0 0.97 0.27 0.34 316.56 0.94 0.34
Hex A8 5 7B 0 61 1B 22 13D 5E 22
Octal 250 5 173 0 141 33 42 475 136 42
Binary 10101000 101 1111011 0 1100001 11011 100010 100111101 1011110 100010

Color Harmonies of #A8057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8057B

Black with #A8057B

Text Example


Text Example

White with #A8057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8057B; }

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

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

background-color css

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

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

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

border-color css

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

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

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