#A26DBF

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

Shades of Amethyst #A26DBF

Tints of Amethyst #A26DBF

Color information

#A26DBF (or 0xA26DBF) is unknown color: approx Amethyst. HEX triplet: A2, 6D and BF. RGB value is (162,109,191). Sum of RGB (Red+Green+Blue) = 162+109+191=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #A26DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DBF is #5D9240. Grayscale: #858585. Windows color (decimal): -6132289 or 12545442. OLE color: 12545442.

HSL color Cylindrical-coordinate representation of color #A26DBF: hue angle of 278.78º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A26DBF is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162109191-
CMYK0.150.4300.25
HSL278.78º39.05%58.82%-
HSV(B)278.78º42.93%74.9%-
XYZ29.7722.3852.04-
YUV134.2160.06147.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.06%
GREEN value IS 109 (42.97% from 255) = 23.59%
BLUE value IS 191 (75% from 255) = 41.34%
R=35.06%
G=23.59%
B=41.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621091910.150.4300.25278.7839.0558.82
HexA26DBFF2B019117273b
Octal24215527717530314274773
Binary101000101101101101111111111101011011001100010111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26DBF; }

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

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

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

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

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

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

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

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