#AF74CF

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

Shades of Amethyst #AF74CF

Tints of Amethyst #AF74CF

Color information

#AF74CF (or 0xAF74CF) is unknown color: approx Amethyst. HEX triplet: AF, 74 and CF. RGB value is (175,116,207). Sum of RGB (Red+Green+Blue) = 175+116+207=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74CF is #508B30. Grayscale: #8F8F8F. Windows color (decimal): -5278513 or 13595823. OLE color: 13595823.

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

Color convert

RGB175116207-
CMYK0.150.4400.19
HSL278.9º48.66%63.33%-
HSV(B)278.9º43.96%81.18%-
XYZ35.1926.1162.22-
YUV144.02163.55150.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 116 (45.70% from 255) = 23.29%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=35.14%
G=23.29%
B=41.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751162070.150.4400.19278.948.6663.33
HexAF74CFF2C013117313f
Octal25716431717540234276177
Binary101011111110100110011111111101100010011100010111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF74CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF74CF; }

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

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

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

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

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

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

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

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