#AF6FD1

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

Shades of Amethyst #AF6FD1

Tints of Amethyst #AF6FD1

Color information

#AF6FD1 (or 0xAF6FD1) is unknown color: approx Amethyst. HEX triplet: AF, 6F and D1. RGB value is (175,111,209). Sum of RGB (Red+Green+Blue) = 175+111+209=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF6FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FD1 is #50902E. Grayscale: #8C8C8C. Windows color (decimal): -5279791 or 13725615. OLE color: 13725615.

HSL color Cylindrical-coordinate representation of color #AF6FD1: hue angle of 279.18º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF6FD1 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175111209-
CMYK0.160.4700.18
HSL279.18º51.58%62.75%-
HSV(B)279.18º46.89%81.96%-
XYZ34.8725.0963.33-
YUV141.31166.2152.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 111 (43.75% from 255) = 22.42%
BLUE value IS 209 (82.03% from 255) = 42.22%
R=35.35%
G=22.42%
B=42.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751112090.160.4700.18279.1851.5862.75
HexAF6FD1102F012117343f
Octal25715732120570224276477
Binary1010111111011111101000110000101111010010100010111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6FD1; }

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

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

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

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

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

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

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

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