#A468C9

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

Shades of Amethyst #A468C9

Tints of Amethyst #A468C9

Color information

#A468C9 (or 0xA468C9) is unknown color: approx Amethyst. HEX triplet: A4, 68 and C9. RGB value is (164,104,201). Sum of RGB (Red+Green+Blue) = 164+104+201=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #A468C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468C9 is #5B9736. Grayscale: #848484. Windows color (decimal): -6002487 or 13199524. OLE color: 13199524.

HSL color Cylindrical-coordinate representation of color #A468C9: hue angle of 277.11º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A468C9 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164104201-
CMYK0.180.4800.21
HSL277.11º47.32%59.8%-
HSV(B)277.11º48.26%78.82%-
XYZ30.822.0157.88-
YUV133166.38150.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 104 (41.02% from 255) = 22.17%
BLUE value IS 201 (78.91% from 255) = 42.86%
R=34.97%
G=22.17%
B=42.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641042010.180.4800.21277.1147.3259.8
HexA468C912300151152f3c
Octal24415031122600254255774
Binary1010010011010001100100110010110000010101100010101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468C9; }

 p { color: rgb(164,104,201); }

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

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

 a { background-color: rgb(164,104,201); }

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

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

 span { border-color: rgb(164,104,201); }

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