#A26CCE

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

Shades of Amethyst #A26CCE

Tints of Amethyst #A26CCE

Color information

#A26CCE (or 0xA26CCE) is unknown color: approx Amethyst. HEX triplet: A2, 6C and CE. RGB value is (162,108,206). Sum of RGB (Red+Green+Blue) = 162+108+206=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #A26CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CCE is #5D9331. Grayscale: #868686. Windows color (decimal): -6132530 or 13528226. OLE color: 13528226.

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

Color convert

RGB162108206-
CMYK0.210.4800.19
HSL273.06º50%61.57%-
HSV(B)273.06º47.57%80.78%-
XYZ31.422.8661.15-
YUV135.32167.89147.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 108 (42.58% from 255) = 22.69%
BLUE value IS 206 (80.86% from 255) = 43.28%
R=34.03%
G=22.69%
B=43.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621082060.210.4800.19273.065061.57
HexA26CCE1530013111323e
Octal24215431625600234216276
Binary1010001011011001100111010101110000010011100010001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26CCE; }

 p { color: rgb(162,108,206); }

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

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

 a { background-color: rgb(162,108,206); }

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

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

 span { border-color: rgb(162,108,206); }

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