#A26DC9

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

Shades of Amethyst #A26DC9

Tints of Amethyst #A26DC9

Color information

#A26DC9 (or 0xA26DC9) is unknown color: approx Amethyst. HEX triplet: A2, 6D and C9. RGB value is (162,109,201). Sum of RGB (Red+Green+Blue) = 162+109+201=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #A26DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DC9 is #5D9236. Grayscale: #878787. Windows color (decimal): -6132279 or 13200802. OLE color: 13200802.

HSL color Cylindrical-coordinate representation of color #A26DC9: hue angle of 274.57º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A26DC9 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162109201-
CMYK0.190.4600.21
HSL274.57º46%60.78%-
HSV(B)274.57º45.77%78.82%-
XYZ30.9122.8458.04-
YUV135.33165.06147.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.32%
GREEN value IS 109 (42.97% from 255) = 23.09%
BLUE value IS 201 (78.91% from 255) = 42.58%
R=34.32%
G=23.09%
B=42.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621092010.190.4600.21274.574660.78
HexA26DC9132E0151132e3d
Octal24215531123560254235675
Binary1010001011011011100100110011101110010101100010011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26DC9; }

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

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

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

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

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

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

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

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