#A26DCF

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

Shades of Amethyst #A26DCF

Tints of Amethyst #A26DCF

Color information

#A26DCF (or 0xA26DCF) is unknown color: approx Amethyst. HEX triplet: A2, 6D and CF. RGB value is (162,109,207). Sum of RGB (Red+Green+Blue) = 162+109+207=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #A26DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DCF is #5D9230. Grayscale: #878787. Windows color (decimal): -6132273 or 13594018. OLE color: 13594018.

HSL color Cylindrical-coordinate representation of color #A26DCF: hue angle of 272.45º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A26DCF is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162109207-
CMYK0.220.4700.19
HSL272.45º50.52%61.96%-
HSV(B)272.45º47.34%81.18%-
XYZ31.6323.1261.83-
YUV136.02168.06146.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 109 (42.97% from 255) = 22.80%
BLUE value IS 207 (81.25% from 255) = 43.31%
R=33.89%
G=22.80%
B=43.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621092070.220.4700.19272.4550.5261.96
HexA26DCF162F013110333e
Octal24215531726570234206376
Binary1010001011011011100111110110101111010011100010000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26DCF; }

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

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

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

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

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

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

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

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