#A774CE

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

Shades of Amethyst #A774CE

Tints of Amethyst #A774CE

Color information

#A774CE (or 0xA774CE) is unknown color: approx Amethyst. HEX triplet: A7, 74 and CE. RGB value is (167,116,206). Sum of RGB (Red+Green+Blue) = 167+116+206=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #A774CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A774CE is #588B31. Grayscale: #8D8D8D. Windows color (decimal): -5802802 or 13530279. OLE color: 13530279.

HSL color Cylindrical-coordinate representation of color #A774CE: hue angle of 274º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A774CE is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167116206-
CMYK0.190.4400.19
HSL274º47.87%63.14%-
HSV(B)274º43.69%80.78%-
XYZ33.3225.1661.49-
YUV141.51164.4146.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.15%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=34.15%
G=23.72%
B=42.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671162060.190.4400.1927447.8763.14
HexA774CE132C013112303f
Octal24716431623540234226077
Binary1010011111101001100111010011101100010011100010010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A774CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A774CE; }

 p { color: rgb(167,116,206); }

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

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

 a { background-color: rgb(167,116,206); }

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

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

 span { border-color: rgb(167,116,206); }

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