#A264CD

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

Shades of Amethyst #A264CD

Tints of Amethyst #A264CD

Color information

#A264CD (or 0xA264CD) is unknown color: approx Amethyst. HEX triplet: A2, 64 and CD. RGB value is (162,100,205). Sum of RGB (Red+Green+Blue) = 162+100+205=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #A264CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264CD is #5D9B32. Grayscale: #828282. Windows color (decimal): -6134579 or 13460642. OLE color: 13460642.

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

Color convert

RGB162100205-
CMYK0.210.5100.20
HSL275.43º51.22%59.8%-
HSV(B)275.43º51.22%80.39%-
XYZ30.4821.260.24-
YUV130.51170.04150.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 100 (39.45% from 255) = 21.41%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=34.69%
G=21.41%
B=43.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621002050.210.5100.20275.4351.2259.8
HexA264CD1533014113333c
Octal24214431525630244236374
Binary1010001011001001100110110101110011010100100010011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A264CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A264CD; }

 p { color: rgb(162,100,205); }

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

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

 a { background-color: rgb(162,100,205); }

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

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

 span { border-color: rgb(162,100,205); }

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