#A26DD1

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

Shades of Amethyst #A26DD1

Tints of Amethyst #A26DD1

Color information

#A26DD1 (or 0xA26DD1) is unknown color: approx Amethyst. HEX triplet: A2, 6D and D1. RGB value is (162,109,209). Sum of RGB (Red+Green+Blue) = 162+109+209=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #A26DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DD1 is #5D922E. Grayscale: #878787. Windows color (decimal): -6132271 or 13725090. OLE color: 13725090.

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

Color convert

RGB162109209-
CMYK0.220.4800.18
HSL271.8º52.08%62.35%-
HSV(B)271.8º47.85%81.96%-
XYZ31.8823.2263.12-
YUV136.25169.06146.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 109 (42.97% from 255) = 22.71%
BLUE value IS 209 (82.03% from 255) = 43.54%
R=33.75%
G=22.71%
B=43.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621092090.220.4800.18271.852.0862.35
HexA26DD11630012110343e
Octal24215532126600224206476
Binary1010001011011011101000110110110000010010100010000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26DD1; }

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

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

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

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

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

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

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

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