#af70d9

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

Shades of Amethyst #AF70D9

Tints of Amethyst #AF70D9

Color information

#AF70D9 (or 0xAF70D9) is unknown color: approx Amethyst. HEX triplet: AF, 70 and D9. RGB value is (175,112,217). Sum of RGB (Red+Green+Blue) = 175+112+217=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF70D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70D9 is #508F26. Grayscale: #8E8E8E. Windows color (decimal): -5279527 or 14250159. OLE color: 14250159.

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

Color convert

RGB175112217-
CMYK0.190.4800.15
HSL276º58.01%64.51%-
HSV(B)276º48.39%85.1%-
XYZ3625.7168.71-
YUV142.81169.87150.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 112 (44.14% from 255) = 22.22%
BLUE value IS 217 (85.16% from 255) = 43.06%
R=34.72%
G=22.22%
B=43.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751122170.190.4800.1527658.0164.51
HexAF70D913300F1143a41
Octal257160331236001742472101
Binary1010111111100001101100110011110000011111000101001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af70d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af70d9; }

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

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

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

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

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

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

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

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