#A8067B

Color #A8067B Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #A8067B

Tints of Eggplant #A8067B

Color information

#A8067B (or 0xA8067B) is unknown color: approx Eggplant. HEX triplet: A8, 06 and 7B. RGB value is (168,6,123). Sum of RGB (Red+Green+Blue) = 168+6+123=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A8067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8067B is #57F984. Grayscale: #434343. Windows color (decimal): -5765509 or 8062632. OLE color: 8062632.

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

Color convert

RGB1686123-
CMYK00.960.270.34
HSL316.67º93.1%34.12%-
HSV(B)316.67º96.43%65.88%-
XYZ19.799.8919.6-
YUV67.78159.17199.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.57%
GREEN value IS 6 (2.73% from 255) = 2.02%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=56.57%
G=2.02%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168612300.960.270.34316.6793.134.12
HexA867B0601B2213d5d22
Octal25061730140334247513542
Binary10101000110111101101100000110111000101001111011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8067B; }

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

 H1.HeaderClassName
 {
   color: #A8067B;
 }
 .AnyTagClassName
 {
   color: #A8067B;
 }
</style>
background-color css

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

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

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

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

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

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