#AF78D7

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

Shades of Amethyst #AF78D7

Tints of Amethyst #AF78D7

Color information

#AF78D7 (or 0xAF78D7) is unknown color: approx Amethyst. HEX triplet: AF, 78 and D7. RGB value is (175,120,215). Sum of RGB (Red+Green+Blue) = 175+120+215=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF78D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78D7 is #508728. Grayscale: #929292. Windows color (decimal): -5277481 or 14121135. OLE color: 14121135.

HSL color Cylindrical-coordinate representation of color #AF78D7: hue angle of 274.74º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF78D7 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175120215-
CMYK0.190.4400.16
HSL274.74º54.29%65.69%-
HSV(B)274.74º44.19%84.31%-
XYZ36.6627.4567.66-
YUV147.27166.22147.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 120 (47.27% from 255) = 23.53%
BLUE value IS 215 (84.38% from 255) = 42.16%
R=34.31%
G=23.53%
B=42.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751202150.190.4400.16274.7454.2965.69
HexAF78D7132C0101133642
Octal257170327235402042366102
Binary10101111111100011010111100111011000100001000100111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF78D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF78D7; }

 p { color: rgb(175,120,215); }

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

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

 a { background-color: rgb(175,120,215); }

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

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

 span { border-color: rgb(175,120,215); }

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