#A26ECC

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

Shades of Amethyst #A26ECC

Tints of Amethyst #A26ECC

Color information

#A26ECC (or 0xA26ECC) is unknown color: approx Amethyst. HEX triplet: A2, 6E and CC. RGB value is (162,110,204). Sum of RGB (Red+Green+Blue) = 162+110+204=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #A26ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ECC is #5D9133. Grayscale: #878787. Windows color (decimal): -6132020 or 13397666. OLE color: 13397666.

HSL color Cylindrical-coordinate representation of color #A26ECC: hue angle of 273.19º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A26ECC is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB162110204-
CMYK0.210.4600.2
HSL273.19º47.96%61.57%-
HSV(B)273.19º46.08%80%-
XYZ31.3823.1959.95-
YUV136.26166.23146.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 110 (43.36% from 255) = 23.11%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=34.03%
G=23.11%
B=42.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621102040.210.4600.2273.1947.9661.57
HexA26ECC152E014111303e
Octal24215631425560244216076
Binary1010001011011101100110010101101110010100100010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26ECC; }

 p { color: rgb(162,110,204); }

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

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

 a { background-color: rgb(162,110,204); }

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

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

 span { border-color: rgb(162,110,204); }

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