#AF77DB

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

Shades of Amethyst #AF77DB

Tints of Amethyst #AF77DB

Color information

#AF77DB (or 0xAF77DB) is unknown color: approx Amethyst. HEX triplet: AF, 77 and DB. RGB value is (175,119,219). Sum of RGB (Red+Green+Blue) = 175+119+219=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF77DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77DB is #508824. Grayscale: #929292. Windows color (decimal): -5277733 or 14383023. OLE color: 14383023.

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

Color convert

RGB175119219-
CMYK0.200.4600.14
HSL273.6º58.14%66.27%-
HSV(B)273.6º45.66%85.88%-
XYZ37.0627.4270.36-
YUV147.14168.55147.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 119 (46.88% from 255) = 23.20%
BLUE value IS 219 (85.94% from 255) = 42.69%
R=34.11%
G=23.20%
B=42.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751192190.200.4600.14273.658.1466.27
HexAF77DB142E0E1123a42
Octal257167333245601642272102
Binary1010111111101111101101110100101110011101000100101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF77DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF77DB; }

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

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

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

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

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

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

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

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