#A276CF

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

Shades of Amethyst #A276CF

Tints of Amethyst #A276CF

Color information

#A276CF (or 0xA276CF) is unknown color: approx Amethyst. HEX triplet: A2, 76 and CF. RGB value is (162,118,207). Sum of RGB (Red+Green+Blue) = 162+118+207=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #A276CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276CF is #5D8930. Grayscale: #8C8C8C. Windows color (decimal): -6129969 or 13596322. OLE color: 13596322.

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

Color convert

RGB162118207-
CMYK0.220.4300.19
HSL269.66º48.11%63.73%-
HSV(B)269.66º43%81.18%-
XYZ32.6425.1462.16-
YUV141.3165.08142.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.26%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 207 (81.25% from 255) = 42.51%
R=33.26%
G=24.23%
B=42.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621182070.220.4300.19269.6648.1163.73
HexA276CF162B01310e3040
Octal242166317265302341660100
Binary10100010111011011001111101101010110100111000011101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A276CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A276CF; }

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

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

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

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

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

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

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

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