#AF6CCF

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

Shades of Amethyst #AF6CCF

Tints of Amethyst #AF6CCF

Color information

#AF6CCF (or 0xAF6CCF) is unknown color: approx Amethyst. HEX triplet: AF, 6C and CF. RGB value is (175,108,207). Sum of RGB (Red+Green+Blue) = 175+108+207=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF6CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CCF is #509330. Grayscale: #8A8A8A. Windows color (decimal): -5280561 or 13593775. OLE color: 13593775.

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

Color convert

RGB175108207-
CMYK0.150.4800.19
HSL280.61º50.77%61.76%-
HSV(B)280.61º47.83%81.18%-
XYZ34.324.3461.92-
YUV139.32166.2153.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 108 (42.58% from 255) = 22.04%
BLUE value IS 207 (81.25% from 255) = 42.24%
R=35.71%
G=22.04%
B=42.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751082070.150.4800.19280.6150.7761.76
HexAF6CCFF30013119333e
Octal25715431717600234316376
Binary101011111101100110011111111110000010011100011001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6CCF; }

 p { color: rgb(175,108,207); }

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

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

 a { background-color: rgb(175,108,207); }

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

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

 span { border-color: rgb(175,108,207); }

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