#AF74CD

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

Shades of Amethyst #AF74CD

Tints of Amethyst #AF74CD

Color information

#AF74CD (or 0xAF74CD) is unknown color: approx Amethyst. HEX triplet: AF, 74 and CD. RGB value is (175,116,205). Sum of RGB (Red+Green+Blue) = 175+116+205=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF74CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74CD is #508B32. Grayscale: #8F8F8F. Windows color (decimal): -5278515 or 13464751. OLE color: 13464751.

HSL color Cylindrical-coordinate representation of color #AF74CD: hue angle of 279.78º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF74CD is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175116205-
CMYK0.150.4300.20
HSL279.78º47.09%62.94%-
HSV(B)279.78º43.41%80.39%-
XYZ34.9426.0160.94-
YUV143.79162.55150.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 116 (45.70% from 255) = 23.39%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=35.28%
G=23.39%
B=41.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751162050.150.4300.20279.7847.0962.94
HexAF74CDF2B0141182f3f
Octal25716431517530244305777
Binary101011111110100110011011111101011010100100011000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF74CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF74CD; }

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

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

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

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

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

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

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

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