#A874C7

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

Shades of Amethyst #A874C7

Tints of Amethyst #A874C7

Color information

#A874C7 (or 0xA874C7) is unknown color: approx Amethyst. HEX triplet: A8, 74 and C7. RGB value is (168,116,199). Sum of RGB (Red+Green+Blue) = 168+116+199=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 199 - color contains mainly: blue. Hex color #A874C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874C7 is #578B38. Grayscale: #8C8C8C. Windows color (decimal): -5737273 or 13071528. OLE color: 13071528.

HSL color Cylindrical-coordinate representation of color #A874C7: hue angle of 277.59º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A874C7 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168116199-
CMYK0.160.4200.22
HSL277.59º42.56%61.76%-
HSV(B)277.59º41.71%78.04%-
XYZ32.724.9457.12-
YUV141.01160.73147.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 116 (45.70% from 255) = 24.02%
BLUE value IS 199 (78.12% from 255) = 41.20%
R=34.78%
G=24.02%
B=41.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681161990.160.4200.22277.5942.5661.76
HexA874C7102A0161162b3e
Octal25016430720520264265376
Binary1010100011101001100011110000101010010110100010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A874C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A874C7; }

 p { color: rgb(168,116,199); }

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

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

 a { background-color: rgb(168,116,199); }

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

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

 span { border-color: rgb(168,116,199); }

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