#A469C0

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

Shades of Amethyst #A469C0

Tints of Amethyst #A469C0

Color information

#A469C0 (or 0xA469C0) is unknown color: approx Amethyst. HEX triplet: A4, 69 and C0. RGB value is (164,105,192). Sum of RGB (Red+Green+Blue) = 164+105+192=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #A469C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469C0 is #5B963F. Grayscale: #848484. Windows color (decimal): -6002240 or 12609956. OLE color: 12609956.

HSL color Cylindrical-coordinate representation of color #A469C0: hue angle of 280.69º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A469C0 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164105192-
CMYK0.150.4500.25
HSL280.69º40.85%58.24%-
HSV(B)280.69º45.31%75.29%-
XYZ29.8821.852.5-
YUV132.56161.55150.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 192 (75.39% from 255) = 41.65%
R=35.57%
G=22.78%
B=41.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641051920.150.4500.25280.6940.8558.24
HexA469C0F2D019119293a
Octal24415130017550314315172
Binary101001001101001110000001111101101011001100011001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A469C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A469C0; }

 p { color: rgb(164,105,192); }

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

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

 a { background-color: rgb(164,105,192); }

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

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

 span { border-color: rgb(164,105,192); }

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