#A264CF

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

Shades of Amethyst #A264CF

Tints of Amethyst #A264CF

Color information

#A264CF (or 0xA264CF) is unknown color: approx Amethyst. HEX triplet: A2, 64 and CF. RGB value is (162,100,207). Sum of RGB (Red+Green+Blue) = 162+100+207=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #A264CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264CF is #5D9B30. Grayscale: #828282. Windows color (decimal): -6134577 or 13591714. OLE color: 13591714.

HSL color Cylindrical-coordinate representation of color #A264CF: hue angle of 274.77º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A264CF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162100207-
CMYK0.220.5200.19
HSL274.77º52.71%60.2%-
HSV(B)274.77º51.69%81.18%-
XYZ30.7221.361.52-
YUV130.74171.04150.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 100 (39.45% from 255) = 21.32%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=34.54%
G=21.32%
B=44.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621002070.220.5200.19274.7752.7160.2
HexA264CF1634013113353c
Octal24214431726640234236574
Binary1010001011001001100111110110110100010011100010011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A264CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A264CF; }

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

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

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

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

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

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

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

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