#AF6DDF

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

Shades of Amethyst #AF6DDF

Tints of Amethyst #AF6DDF

Color information

#AF6DDF (or 0xAF6DDF) is unknown color: approx Amethyst. HEX triplet: AF, 6D and DF. RGB value is (175,109,223). Sum of RGB (Red+Green+Blue) = 175+109+223=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF6DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DDF is #509220. Grayscale: #8D8D8D. Windows color (decimal): -5280289 or 14642607. OLE color: 14642607.

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

Color convert

RGB175109223-
CMYK0.220.5100.13
HSL274.74º64.04%65.1%-
HSV(B)274.74º51.12%87.45%-
XYZ36.4725.3872.79-
YUV141.73173.87151.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 109 (42.97% from 255) = 21.50%
BLUE value IS 223 (87.5% from 255) = 43.98%
R=34.52%
G=21.50%
B=43.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751092230.220.5100.13274.7464.0465.1
HexAF6DDF16330D1134041
Octal2571553372663015423100101
Binary10101111110110111011111101101100110110110001001110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6DDF; }

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

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

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

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

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

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

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

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