#AF72DF

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

Shades of Amethyst #AF72DF

Tints of Amethyst #AF72DF

Color information

#AF72DF (or 0xAF72DF) is unknown color: approx Amethyst. HEX triplet: AF, 72 and DF. RGB value is (175,114,223). Sum of RGB (Red+Green+Blue) = 175+114+223=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF72DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF72DF is #508D20. Grayscale: #909090. Windows color (decimal): -5279009 or 14643887. OLE color: 14643887.

HSL color Cylindrical-coordinate representation of color #AF72DF: hue angle of 273.58º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF72DF is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175114223-
CMYK0.220.4900.13
HSL273.58º63.01%66.08%-
HSV(B)273.58º48.88%87.45%-
XYZ37.0226.4872.97-
YUV144.66172.21149.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 114 (44.92% from 255) = 22.27%
BLUE value IS 223 (87.5% from 255) = 43.55%
R=34.18%
G=22.27%
B=43.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751142230.220.4900.13273.5863.0166.08
HexAF72DF16310D1123f42
Octal257162337266101542277102
Binary1010111111100101101111110110110001011011000100101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF72DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF72DF; }

 p { color: rgb(175,114,223); }

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

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

 a { background-color: rgb(175,114,223); }

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

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

 span { border-color: rgb(175,114,223); }

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