#A472D6

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

Shades of Amethyst #A472D6

Tints of Amethyst #A472D6

Color information

#A472D6 (or 0xA472D6) is unknown color: approx Amethyst. HEX triplet: A4, 72 and D6. RGB value is (164,114,214). Sum of RGB (Red+Green+Blue) = 164+114+214=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #A472D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472D6 is #5B8D29. Grayscale: #8B8B8B. Windows color (decimal): -5999914 or 14054052. OLE color: 14054052.

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

Color convert

RGB164114214-
CMYK0.230.4700.16
HSL270º54.95%64.31%-
HSV(B)270º46.73%83.92%-
XYZ33.4624.7866.64-
YUV140.35169.56144.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.33%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 214 (83.98% from 255) = 43.50%
R=33.33%
G=23.17%
B=43.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641142140.230.4700.1627054.9564.31
HexA472D6172F01010e3740
Octal244162326275702041667100
Binary10100100111001011010110101111011110100001000011101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A472D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A472D6; }

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

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

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

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

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

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

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

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