#A26DCB

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

Shades of Amethyst #A26DCB

Tints of Amethyst #A26DCB

Color information

#A26DCB (or 0xA26DCB) is unknown color: approx Amethyst. HEX triplet: A2, 6D and CB. RGB value is (162,109,203). Sum of RGB (Red+Green+Blue) = 162+109+203=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #A26DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DCB is #5D9234. Grayscale: #878787. Windows color (decimal): -6132277 or 13331874. OLE color: 13331874.

HSL color Cylindrical-coordinate representation of color #A26DCB: hue angle of 273.83º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A26DCB is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162109203-
CMYK0.200.4600.20
HSL273.83º47.47%61.18%-
HSV(B)273.83º46.31%79.61%-
XYZ31.1522.9359.28-
YUV135.56166.06146.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 109 (42.97% from 255) = 23.00%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=34.18%
G=23.00%
B=42.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621092030.200.4600.20273.8347.4761.18
HexA26DCB142E0141122f3d
Octal24215531324560244225775
Binary1010001011011011100101110100101110010100100010010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26DCB; }

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

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

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

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

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

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

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

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