#A472D1

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

Shades of Amethyst #A472D1

Tints of Amethyst #A472D1

Color information

#A472D1 (or 0xA472D1) is unknown color: approx Amethyst. HEX triplet: A4, 72 and D1. RGB value is (164,114,209). Sum of RGB (Red+Green+Blue) = 164+114+209=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #A472D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472D1 is #5B8D2E. Grayscale: #8B8B8B. Windows color (decimal): -5999919 or 13726372. OLE color: 13726372.

HSL color Cylindrical-coordinate representation of color #A472D1: hue angle of 271.58º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A472D1 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164114209-
CMYK0.220.4500.18
HSL271.58º50.8%63.33%-
HSV(B)271.58º45.45%81.96%-
XYZ32.8424.5363.33-
YUV139.78167.06145.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 114 (44.92% from 255) = 23.41%
BLUE value IS 209 (82.03% from 255) = 42.92%
R=33.68%
G=23.41%
B=42.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641142090.220.4500.18271.5850.863.33
HexA472D1162D012110333f
Octal24416232126550224206377
Binary1010010011100101101000110110101101010010100010000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A472D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A472D1; }

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

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

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

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

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

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

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

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