#A174CC

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

Shades of Amethyst #A174CC

Tints of Amethyst #A174CC

Color information

#A174CC (or 0xA174CC) is unknown color: approx Amethyst. HEX triplet: A1, 74 and CC. RGB value is (161,116,204). Sum of RGB (Red+Green+Blue) = 161+116+204=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #A174CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A174CC is #5E8B33. Grayscale: #8B8B8B. Windows color (decimal): -6196020 or 13399201. OLE color: 13399201.

HSL color Cylindrical-coordinate representation of color #A174CC: hue angle of 270.68º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A174CC is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB161116204-
CMYK0.210.4300.2
HSL270.68º46.32%62.75%-
HSV(B)270.68º43.14%80%-
XYZ31.8424.4360.16-
YUV139.49164.41143.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.47%
GREEN value IS 116 (45.70% from 255) = 24.12%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=33.47%
G=24.12%
B=42.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611162040.210.4300.2270.6846.3262.75
HexA174CC152B01410f2e3f
Octal24116431425530244175677
Binary1010000111101001100110010101101011010100100001111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A174CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A174CC; }

 p { color: rgb(161,116,204); }

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

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

 a { background-color: rgb(161,116,204); }

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

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

 span { border-color: rgb(161,116,204); }

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