#AF78D5

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

Shades of Amethyst #AF78D5

Tints of Amethyst #AF78D5

Color information

#AF78D5 (or 0xAF78D5) is unknown color: approx Amethyst. HEX triplet: AF, 78 and D5. RGB value is (175,120,213). Sum of RGB (Red+Green+Blue) = 175+120+213=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF78D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78D5 is #50872A. Grayscale: #929292. Windows color (decimal): -5277483 or 13990063. OLE color: 13990063.

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

Color convert

RGB175120213-
CMYK0.180.4400.16
HSL275.48º52.54%65.29%-
HSV(B)275.48º43.66%83.53%-
XYZ36.4127.3566.31-
YUV147.05165.22147.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 120 (47.27% from 255) = 23.62%
BLUE value IS 213 (83.59% from 255) = 41.93%
R=34.45%
G=23.62%
B=41.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751202130.180.4400.16275.4852.5465.29
HexAF78D5122C0101133541
Octal257170325225402042365101
Binary10101111111100011010101100101011000100001000100111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF78D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF78D5; }

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

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

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

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

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

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

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

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