#A471CD

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

Shades of Amethyst #A471CD

Tints of Amethyst #A471CD

Color information

#A471CD (or 0xA471CD) is unknown color: approx Amethyst. HEX triplet: A4, 71 and CD. RGB value is (164,113,205). Sum of RGB (Red+Green+Blue) = 164+113+205=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #A471CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471CD is #5B8E32. Grayscale: #8A8A8A. Windows color (decimal): -6000179 or 13463972. OLE color: 13463972.

HSL color Cylindrical-coordinate representation of color #A471CD: hue angle of 273.26º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A471CD is Cyan = 0.2, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164113205-
CMYK0.20.4500.20
HSL273.26º47.92%62.35%-
HSV(B)273.26º44.88%80.39%-
XYZ32.2324.1160.71-
YUV138.74165.4146.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 113 (44.53% from 255) = 23.44%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=34.02%
G=23.44%
B=42.53%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641132050.20.4500.20273.2647.9262.35
HexA471CD142D014111303e
Octal24416131524550244216076
Binary1010010011100011100110110100101101010100100010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A471CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A471CD; }

 p { color: rgb(164,113,205); }

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

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

 a { background-color: rgb(164,113,205); }

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

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

 span { border-color: rgb(164,113,205); }

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