#AF6AE7

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

Shades of Amethyst #AF6AE7

Tints of Amethyst #AF6AE7

Color information

#AF6AE7 (or 0xAF6AE7) is unknown color: approx Amethyst. HEX triplet: AF, 6A and E7. RGB value is (175,106,231). Sum of RGB (Red+Green+Blue) = 175+106+231=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF6AE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6AE7 is #509518. Grayscale: #8C8C8C. Windows color (decimal): -5281049 or 15166127. OLE color: 15166127.

HSL color Cylindrical-coordinate representation of color #AF6AE7: hue angle of 273.12º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF6AE7 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175106231-
CMYK0.240.5400.09
HSL273.12º72.25%66.08%-
HSV(B)273.12º54.11%90.59%-
XYZ37.2625.1978.5-
YUV140.88178.86152.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 106 (41.80% from 255) = 20.70%
BLUE value IS 231 (90.62% from 255) = 45.12%
R=34.18%
G=20.70%
B=45.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751062310.240.5400.09273.1272.2566.08
HexAF6AE71836091114842
Octal2571523473066011421110102
Binary10101111110101011100111110001101100100110001000110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6AE7; }

 p { color: rgb(175,106,231); }

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

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

 a { background-color: rgb(175,106,231); }

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

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

 span { border-color: rgb(175,106,231); }

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