#AF74DB

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

Shades of Amethyst #AF74DB

Tints of Amethyst #AF74DB

Color information

#AF74DB (or 0xAF74DB) is unknown color: approx Amethyst. HEX triplet: AF, 74 and DB. RGB value is (175,116,219). Sum of RGB (Red+Green+Blue) = 175+116+219=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF74DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74DB is #508B24. Grayscale: #919191. Windows color (decimal): -5278501 or 14382255. OLE color: 14382255.

HSL color Cylindrical-coordinate representation of color #AF74DB: hue angle of 274.37º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF74DB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175116219-
CMYK0.200.4700.14
HSL274.37º58.86%65.69%-
HSV(B)274.37º47.03%85.88%-
XYZ36.7126.7270.24-
YUV145.38169.55149.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 116 (45.70% from 255) = 22.75%
BLUE value IS 219 (85.94% from 255) = 42.94%
R=34.31%
G=22.75%
B=42.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751162190.200.4700.14274.3758.8665.69
HexAF74DB142F0E1123b42
Octal257164333245701642273102
Binary1010111111101001101101110100101111011101000100101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF74DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF74DB; }

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

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

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

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

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

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

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

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