#AF76D9

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

Shades of Amethyst #AF76D9

Tints of Amethyst #AF76D9

Color information

#AF76D9 (or 0xAF76D9) is unknown color: approx Amethyst. HEX triplet: AF, 76 and D9. RGB value is (175,118,217). Sum of RGB (Red+Green+Blue) = 175+118+217=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF76D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76D9 is #508926. Grayscale: #919191. Windows color (decimal): -5277991 or 14251695. OLE color: 14251695.

HSL color Cylindrical-coordinate representation of color #AF76D9: hue angle of 274.55º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF76D9 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175118217-
CMYK0.190.4600.15
HSL274.55º56.57%65.69%-
HSV(B)274.55º45.62%85.1%-
XYZ36.6827.0868.94-
YUV146.33167.88148.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 118 (46.48% from 255) = 23.14%
BLUE value IS 217 (85.16% from 255) = 42.55%
R=34.31%
G=23.14%
B=42.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751182170.190.4600.15274.5556.5765.69
HexAF76D9132E0F1133942
Octal257166331235601742371102
Binary1010111111101101101100110011101110011111000100111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF76D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF76D9; }

 p { color: rgb(175,118,217); }

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

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

 a { background-color: rgb(175,118,217); }

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

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

 span { border-color: rgb(175,118,217); }

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