#A26CD0

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

Shades of Amethyst #A26CD0

Tints of Amethyst #A26CD0

Color information

#A26CD0 (or 0xA26CD0) is unknown color: approx Amethyst. HEX triplet: A2, 6C and D0. RGB value is (162,108,208). Sum of RGB (Red+Green+Blue) = 162+108+208=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #A26CD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CD0 is #5D932F. Grayscale: #878787. Windows color (decimal): -6132528 or 13659298. OLE color: 13659298.

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

Color convert

RGB162108208-
CMYK0.220.4800.18
HSL272.4º51.55%61.96%-
HSV(B)272.4º48.08%81.57%-
XYZ31.6522.9662.44-
YUV135.55168.89146.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 108 (42.58% from 255) = 22.59%
BLUE value IS 208 (81.64% from 255) = 43.51%
R=33.89%
G=22.59%
B=43.51%

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
Decimal1621082080.220.4800.18272.451.5561.96
HexA26CD01630012110343e
Octal24215432026600224206476
Binary1010001011011001101000010110110000010010100010000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26CD0; }

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

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

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

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

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

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

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

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