#A26AD6

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

Shades of Amethyst #A26AD6

Tints of Amethyst #A26AD6

Color information

#A26AD6 (or 0xA26AD6) is unknown color: approx Amethyst. HEX triplet: A2, 6A and D6. RGB value is (162,106,214). Sum of RGB (Red+Green+Blue) = 162+106+214=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #A26AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26AD6 is #5D9529. Grayscale: #868686. Windows color (decimal): -6133034 or 14052002. OLE color: 14052002.

HSL color Cylindrical-coordinate representation of color #A26AD6: hue angle of 271.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A26AD6 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162106214-
CMYK0.240.5000.16
HSL271.11º56.84%62.75%-
HSV(B)271.11º50.47%83.92%-
XYZ32.1922.8466.33-
YUV135.06172.55147.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.61%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 214 (83.98% from 255) = 44.40%
R=33.61%
G=21.99%
B=44.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621062140.240.5000.16271.1156.8462.75
HexA26AD6183201010f393f
Octal24215232630620204177177
Binary1010001011010101101011011000110010010000100001111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26AD6; }

 p { color: rgb(162,106,214); }

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

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

 a { background-color: rgb(162,106,214); }

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

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

 span { border-color: rgb(162,106,214); }

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