#A472D7

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

Shades of Amethyst #A472D7

Tints of Amethyst #A472D7

Color information

#A472D7 (or 0xA472D7) is unknown color: approx Amethyst. HEX triplet: A4, 72 and D7. RGB value is (164,114,215). Sum of RGB (Red+Green+Blue) = 164+114+215=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #A472D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472D7 is #5B8D28. Grayscale: #8C8C8C. Windows color (decimal): -5999913 or 14119588. OLE color: 14119588.

HSL color Cylindrical-coordinate representation of color #A472D7: hue angle of 269.7º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A472D7 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164114215-
CMYK0.240.4700.16
HSL269.7º55.8%64.51%-
HSV(B)269.7º46.98%84.31%-
XYZ33.5924.8367.31-
YUV140.46170.06144.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 114 (44.92% from 255) = 23.12%
BLUE value IS 215 (84.38% from 255) = 43.61%
R=33.27%
G=23.12%
B=43.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641142150.240.4700.16269.755.864.51
HexA472D7182F01010e3841
Octal244162327305702041670101
Binary10100100111001011010111110001011110100001000011101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A472D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A472D7; }

 p { color: rgb(164,114,215); }

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

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

 a { background-color: rgb(164,114,215); }

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

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

 span { border-color: rgb(164,114,215); }

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