#AB76CF

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

Shades of Amethyst #AB76CF

Tints of Amethyst #AB76CF

Color information

#AB76CF (or 0xAB76CF) is unknown color: approx Amethyst. HEX triplet: AB, 76 and CF. RGB value is (171,118,207). Sum of RGB (Red+Green+Blue) = 171+118+207=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB76CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76CF is #548930. Grayscale: #8F8F8F. Windows color (decimal): -5540145 or 13596331. OLE color: 13596331.

HSL color Cylindrical-coordinate representation of color #AB76CF: hue angle of 275.73º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB76CF is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171118207-
CMYK0.170.4300.19
HSL275.73º48.11%63.73%-
HSV(B)275.73º43%81.18%-
XYZ34.5426.1262.25-
YUV143.99163.56147.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 118 (46.48% from 255) = 23.79%
BLUE value IS 207 (81.25% from 255) = 41.73%
R=34.48%
G=23.79%
B=41.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711182070.170.4300.19275.7348.1163.73
HexAB76CF112B0131143040
Octal253166317215302342460100
Binary10101011111011011001111100011010110100111000101001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB76CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB76CF; }

 p { color: rgb(171,118,207); }

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

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

 a { background-color: rgb(171,118,207); }

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

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

 span { border-color: rgb(171,118,207); }

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