#A460CC

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

Shades of Amethyst #A460CC

Tints of Amethyst #A460CC

Color information

#A460CC (or 0xA460CC) is unknown color: approx Amethyst. HEX triplet: A4, 60 and CC. RGB value is (164,96,204). Sum of RGB (Red+Green+Blue) = 164+96+204=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #A460CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460CC is #5B9F33. Grayscale: #808080. Windows color (decimal): -6004532 or 13394084. OLE color: 13394084.

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

Color convert

RGB16496204-
CMYK0.200.5300.2
HSL277.78º51.43%58.82%-
HSV(B)277.78º52.94%80%-
XYZ30.3920.6259.5-
YUV128.64170.53153.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 96 (37.89% from 255) = 20.69%
BLUE value IS 204 (80.08% from 255) = 43.97%
R=35.34%
G=20.69%
B=43.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal164962040.200.5300.2277.7851.4358.82
HexA460CC1435014116333b
Octal24414031424650244266373
Binary1010010011000001100110010100110101010100100010110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460CC; }

 p { color: rgb(164,96,204); }

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

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

 a { background-color: rgb(164,96,204); }

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

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

 span { border-color: rgb(164,96,204); }

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