#af76d6

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

Shades of Amethyst #AF76D6

Tints of Amethyst #AF76D6

Color information

#AF76D6 (or 0xAF76D6) is unknown color: approx Amethyst. HEX triplet: AF, 76 and D6. RGB value is (175,118,214). Sum of RGB (Red+Green+Blue) = 175+118+214=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF76D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76D6 is #508929. Grayscale: #919191. Windows color (decimal): -5277994 or 14055087. OLE color: 14055087.

HSL color Cylindrical-coordinate representation of color #AF76D6: hue angle of 275.62º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF76D6 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175118214-
CMYK0.180.4500.16
HSL275.62º53.93%65.1%-
HSV(B)275.62º44.86%83.92%-
XYZ36.326.9366.9-
YUV145.99166.38148.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 118 (46.48% from 255) = 23.27%
BLUE value IS 214 (83.98% from 255) = 42.21%
R=34.52%
G=23.27%
B=42.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751182140.180.4500.16275.6253.9365.1
HexAF76D6122D0101143641
Octal257166326225502042466101
Binary10101111111011011010110100101011010100001000101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af76d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af76d6; }

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

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

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

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

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

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

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

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