#AF72E1

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

Shades of Amethyst #AF72E1

Tints of Amethyst #AF72E1

Color information

#AF72E1 (or 0xAF72E1) is unknown color: approx Amethyst. HEX triplet: AF, 72 and E1. RGB value is (175,114,225). Sum of RGB (Red+Green+Blue) = 175+114+225=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF72E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF72E1 is #508D1E. Grayscale: #909090. Windows color (decimal): -5279007 or 14774959. OLE color: 14774959.

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

Color convert

RGB175114225-
CMYK0.220.4900.12
HSL272.97º64.91%66.47%-
HSV(B)272.97º49.33%88.24%-
XYZ37.2926.5874.4-
YUV144.89173.21149.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 114 (44.92% from 255) = 22.18%
BLUE value IS 225 (88.28% from 255) = 43.77%
R=34.05%
G=22.18%
B=43.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751142250.220.4900.12272.9764.9166.47
HexAF72E116310C1114142
Octal2571623412661014421101102
Binary10101111111001011100001101101100010110010001000110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF72E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF72E1; }

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

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

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

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

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

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

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

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