#AF74D0

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

Shades of Amethyst #AF74D0

Tints of Amethyst #AF74D0

Color information

#AF74D0 (or 0xAF74D0) is unknown color: approx Amethyst. HEX triplet: AF, 74 and D0. RGB value is (175,116,208). Sum of RGB (Red+Green+Blue) = 175+116+208=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF74D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74D0 is #508B2F. Grayscale: #8F8F8F. Windows color (decimal): -5278512 or 13661359. OLE color: 13661359.

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

Color convert

RGB175116208-
CMYK0.160.4400.18
HSL278.48º49.46%63.53%-
HSV(B)278.48º44.23%81.57%-
XYZ35.3126.1662.86-
YUV144.13164.05150.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 116 (45.70% from 255) = 23.25%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=35.07%
G=23.25%
B=41.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751162080.160.4400.18278.4849.4663.53
HexAF74D0102C0121163140
Octal257164320205402242661100
Binary10101111111010011010000100001011000100101000101101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF74D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF74D0; }

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

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

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

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

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

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

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

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