#AF6FDD

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

Shades of Amethyst #AF6FDD

Tints of Amethyst #AF6FDD

Color information

#AF6FDD (or 0xAF6FDD) is unknown color: approx Amethyst. HEX triplet: AF, 6F and DD. RGB value is (175,111,221). Sum of RGB (Red+Green+Blue) = 175+111+221=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF6FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FDD is #509022. Grayscale: #8E8E8E. Windows color (decimal): -5279779 or 14512047. OLE color: 14512047.

HSL color Cylindrical-coordinate representation of color #AF6FDD: hue angle of 274.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6FDD is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175111221-
CMYK0.210.5000.13
HSL274.91º61.8%65.1%-
HSV(B)274.91º49.77%86.67%-
XYZ36.4125.771.45-
YUV142.68172.2151.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 111 (43.75% from 255) = 21.89%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=34.52%
G=21.89%
B=43.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751112210.210.5000.13274.9161.865.1
HexAF6FDD15320D1133e41
Octal257157335256201542376101
Binary1010111111011111101110110101110010011011000100111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6FDD; }

 p { color: rgb(175,111,221); }

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

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

 a { background-color: rgb(175,111,221); }

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

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

 span { border-color: rgb(175,111,221); }

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