#a26dd6

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

Shades of Amethyst #A26DD6

Tints of Amethyst #A26DD6

Color information

#A26DD6 (or 0xA26DD6) is unknown color: approx Amethyst. HEX triplet: A2, 6D and D6. RGB value is (162,109,214). Sum of RGB (Red+Green+Blue) = 162+109+214=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #A26DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DD6 is #5D9229. Grayscale: #888888. Windows color (decimal): -6132266 or 14052770. OLE color: 14052770.

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

Color convert

RGB162109214-
CMYK0.240.4900.16
HSL270.29º56.15%63.33%-
HSV(B)270.29º49.07%83.92%-
XYZ32.5123.4766.44-
YUV136.82171.56145.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 109 (42.97% from 255) = 22.47%
BLUE value IS 214 (83.98% from 255) = 44.12%
R=33.40%
G=22.47%
B=44.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621092140.240.4900.16270.2956.1563.33
HexA26DD6183101010e383f
Octal24215532630610204167077
Binary1010001011011011101011011000110001010000100001110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a26dd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a26dd6; }

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

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

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

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

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

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

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

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