#AF6FD5

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

Shades of Amethyst #AF6FD5

Tints of Amethyst #AF6FD5

Color information

#AF6FD5 (or 0xAF6FD5) is unknown color: approx Amethyst. HEX triplet: AF, 6F and D5. RGB value is (175,111,213). Sum of RGB (Red+Green+Blue) = 175+111+213=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF6FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FD5 is #50902A. Grayscale: #8D8D8D. Windows color (decimal): -5279787 or 13987759. OLE color: 13987759.

HSL color Cylindrical-coordinate representation of color #AF6FD5: hue angle of 277.65º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF6FD5 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175111213-
CMYK0.180.4800.16
HSL277.65º54.84%63.53%-
HSV(B)277.65º47.89%83.53%-
XYZ35.3725.2965.97-
YUV141.76168.2151.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 111 (43.75% from 255) = 22.24%
BLUE value IS 213 (83.59% from 255) = 42.69%
R=35.07%
G=22.24%
B=42.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751112130.180.4800.16277.6554.8463.53
HexAF6FD512300101163740
Octal257157325226002042667100
Binary10101111110111111010101100101100000100001000101101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6FD5; }

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

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

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

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

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

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

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

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