#A26DCA

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

Shades of Amethyst #A26DCA

Tints of Amethyst #A26DCA

Color information

#A26DCA (or 0xA26DCA) is unknown color: approx Amethyst. HEX triplet: A2, 6D and CA. RGB value is (162,109,202). Sum of RGB (Red+Green+Blue) = 162+109+202=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #A26DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DCA is #5D9235. Grayscale: #878787. Windows color (decimal): -6132278 or 13266338. OLE color: 13266338.

HSL color Cylindrical-coordinate representation of color #A26DCA: hue angle of 274.19º degrees, saturation: 0.47, 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 #A26DCA is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162109202-
CMYK0.200.4600.21
HSL274.19º46.73%60.98%-
HSV(B)274.19º46.04%79.22%-
XYZ31.0322.8858.66-
YUV135.45165.56146.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 109 (42.97% from 255) = 23.04%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=34.25%
G=23.04%
B=42.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621092020.200.4600.21274.1946.7360.98
HexA26DCA142E0151122f3d
Octal24215531224560254225775
Binary1010001011011011100101010100101110010101100010010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26DCA; }

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

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

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

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

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

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

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

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