#A26CD1

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

Shades of Amethyst #A26CD1

Tints of Amethyst #A26CD1

Color information

#A26CD1 (or 0xA26CD1) is unknown color: approx Amethyst. HEX triplet: A2, 6C and D1. RGB value is (162,108,209). Sum of RGB (Red+Green+Blue) = 162+108+209=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #A26CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CD1 is #5D932E. Grayscale: #878787. Windows color (decimal): -6132527 or 13724834. OLE color: 13724834.

HSL color Cylindrical-coordinate representation of color #A26CD1: hue angle of 272.08º 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 #A26CD1 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB162108209-
CMYK0.220.4800.18
HSL272.08º52.33%62.16%-
HSV(B)272.08º48.33%81.96%-
XYZ31.7723.0163.09-
YUV135.66169.39146.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 108 (42.58% from 255) = 22.55%
BLUE value IS 209 (82.03% from 255) = 43.63%
R=33.82%
G=22.55%
B=43.63%

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
Decimal1621082090.220.4800.18272.0852.3362.16
HexA26CD11630012110343e
Octal24215432126600224206476
Binary1010001011011001101000110110110000010010100010000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26CD1; }

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

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

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

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

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

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

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

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