#A471CF

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

Shades of Amethyst #A471CF

Tints of Amethyst #A471CF

Color information

#A471CF (or 0xA471CF) is unknown color: approx Amethyst. HEX triplet: A4, 71 and CF. RGB value is (164,113,207). Sum of RGB (Red+Green+Blue) = 164+113+207=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #A471CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471CF is #5B8E30. Grayscale: #8A8A8A. Windows color (decimal): -6000177 or 13595044. OLE color: 13595044.

HSL color Cylindrical-coordinate representation of color #A471CF: hue angle of 272.55º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A471CF is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164113207-
CMYK0.210.4500.19
HSL272.55º49.47%62.75%-
HSV(B)272.55º45.41%81.18%-
XYZ32.4824.2161.99-
YUV138.96166.4145.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 113 (44.53% from 255) = 23.35%
BLUE value IS 207 (81.25% from 255) = 42.77%
R=33.88%
G=23.35%
B=42.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641132070.210.4500.19272.5549.4762.75
HexA471CF152D013111313f
Octal24416131725550234216177
Binary1010010011100011100111110101101101010011100010001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A471CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A471CF; }

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

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

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

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

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

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

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

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