#AF78DB

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

Shades of Amethyst #AF78DB

Tints of Amethyst #AF78DB

Color information

#AF78DB (or 0xAF78DB) is unknown color: approx Amethyst. HEX triplet: AF, 78 and DB. RGB value is (175,120,219). Sum of RGB (Red+Green+Blue) = 175+120+219=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF78DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78DB is #508724. Grayscale: #939393. Windows color (decimal): -5277477 or 14383279. OLE color: 14383279.

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

Color convert

RGB175120219-
CMYK0.200.4500.14
HSL273.33º57.89%66.47%-
HSV(B)273.33º45.21%85.88%-
XYZ37.1827.6670.4-
YUV147.73168.22147.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 120 (47.27% from 255) = 23.35%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=34.05%
G=23.35%
B=42.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751202190.200.4500.14273.3357.8966.47
HexAF78DB142D0E1113a42
Octal257170333245501642172102
Binary1010111111110001101101110100101101011101000100011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF78DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF78DB; }

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

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

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

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

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

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

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

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