#A26DC5

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

Shades of Amethyst #A26DC5

Tints of Amethyst #A26DC5

Color information

#A26DC5 (or 0xA26DC5) is unknown color: approx Amethyst. HEX triplet: A2, 6D and C5. RGB value is (162,109,197). Sum of RGB (Red+Green+Blue) = 162+109+197=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #A26DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DC5 is #5D923A. Grayscale: #868686. Windows color (decimal): -6132283 or 12938658. OLE color: 12938658.

HSL color Cylindrical-coordinate representation of color #A26DC5: hue angle of 276.14º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A26DC5 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB162109197-
CMYK0.180.4500.23
HSL276.14º43.14%60%-
HSV(B)276.14º44.67%77.25%-
XYZ30.4522.6555.59-
YUV134.88163.06147.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 109 (42.97% from 255) = 23.29%
BLUE value IS 197 (77.34% from 255) = 42.09%
R=34.62%
G=23.29%
B=42.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621091970.180.4500.23276.1443.1460
HexA26DC5122D0171142b3c
Octal24215530522550274245374
Binary1010001011011011100010110010101101010111100010100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26DC5; }

 p { color: rgb(162,109,197); }

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

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

 a { background-color: rgb(162,109,197); }

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

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

 span { border-color: rgb(162,109,197); }

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