#AB78D1

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

Shades of Amethyst #AB78D1

Tints of Amethyst #AB78D1

Color information

#AB78D1 (or 0xAB78D1) is unknown color: approx Amethyst. HEX triplet: AB, 78 and D1. RGB value is (171,120,209). Sum of RGB (Red+Green+Blue) = 171+120+209=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB78D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB78D1 is #54872E. Grayscale: #919191. Windows color (decimal): -5539631 or 13727915. OLE color: 13727915.

HSL color Cylindrical-coordinate representation of color #AB78D1: hue angle of 274.38º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB78D1 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171120209-
CMYK0.180.4300.18
HSL274.38º49.17%64.51%-
HSV(B)274.38º42.58%81.96%-
XYZ35.0226.6963.63-
YUV145.39163.9146.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.2%
GREEN value IS 120 (47.27% from 255) = 24%
BLUE value IS 209 (82.03% from 255) = 41.8%
R=34.2%
G=24%
B=41.8%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711202090.180.4300.18274.3849.1764.51
HexAB78D1122B0121123141
Octal253170321225302242261101
Binary10101011111100011010001100101010110100101000100101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB78D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB78D1; }

 p { color: rgb(171,120,209); }

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

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

 a { background-color: rgb(171,120,209); }

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

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

 span { border-color: rgb(171,120,209); }

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