#A772D0

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

Shades of Amethyst #A772D0

Tints of Amethyst #A772D0

Color information

#A772D0 (or 0xA772D0) is unknown color: approx Amethyst. HEX triplet: A7, 72 and D0. RGB value is (167,114,208). Sum of RGB (Red+Green+Blue) = 167+114+208=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #A772D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A772D0 is #588D2F. Grayscale: #8C8C8C. Windows color (decimal): -5803312 or 13660839. OLE color: 13660839.

HSL color Cylindrical-coordinate representation of color #A772D0: hue angle of 273.83º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A772D0 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167114208-
CMYK0.200.4500.18
HSL273.83º50%63.14%-
HSV(B)273.83º45.19%81.57%-
XYZ33.3424.862.71-
YUV140.56166.06146.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.15%
GREEN value IS 114 (44.92% from 255) = 23.31%
BLUE value IS 208 (81.64% from 255) = 42.54%
R=34.15%
G=23.31%
B=42.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671142080.200.4500.18273.835063.14
HexA772D0142D012112323f
Octal24716232024550224226277
Binary1010011111100101101000010100101101010010100010010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A772D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A772D0; }

 p { color: rgb(167,114,208); }

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

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

 a { background-color: rgb(167,114,208); }

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

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

 span { border-color: rgb(167,114,208); }

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