#A26DD2

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

Shades of Amethyst #A26DD2

Tints of Amethyst #A26DD2

Color information

#A26DD2 (or 0xA26DD2) is unknown color: approx Amethyst. HEX triplet: A2, 6D and D2. RGB value is (162,109,210). Sum of RGB (Red+Green+Blue) = 162+109+210=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #A26DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DD2 is #5D922D. Grayscale: #888888. Windows color (decimal): -6132270 or 13790626. OLE color: 13790626.

HSL color Cylindrical-coordinate representation of color #A26DD2: hue angle of 271.49º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A26DD2 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB162109210-
CMYK0.230.4800.18
HSL271.49º52.88%62.55%-
HSV(B)271.49º48.1%82.35%-
XYZ3223.2763.78-
YUV136.36169.56146.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 109 (42.97% from 255) = 22.66%
BLUE value IS 210 (82.42% from 255) = 43.66%
R=33.68%
G=22.66%
B=43.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621092100.230.4800.18271.4952.8862.55
HexA26DD2173001210f353f
Octal24215532227600224176577
Binary1010001011011011101001010111110000010010100001111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26DD2; }

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

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

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

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

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

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

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

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