#A26BBE

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

Shades of Amethyst #A26BBE

Tints of Amethyst #A26BBE

Color information

#A26BBE (or 0xA26BBE) is unknown color: approx Amethyst. HEX triplet: A2, 6B and BE. RGB value is (162,107,190). Sum of RGB (Red+Green+Blue) = 162+107+190=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #A26BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BBE is #5D9441. Grayscale: #848484. Windows color (decimal): -6132802 or 12479394. OLE color: 12479394.

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

Color convert

RGB162107190-
CMYK0.150.4400.25
HSL279.76º38.97%58.24%-
HSV(B)279.76º43.68%74.51%-
XYZ29.4521.9151.39-
YUV132.91160.22148.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 107 (42.19% from 255) = 23.31%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=35.29%
G=23.31%
B=41.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621071900.150.4400.25279.7638.9758.24
HexA26BBEF2C019118273a
Octal24215327617540314304772
Binary101000101101011101111101111101100011001100011000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26BBE; }

 p { color: rgb(162,107,190); }

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

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

 a { background-color: rgb(162,107,190); }

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

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

 span { border-color: rgb(162,107,190); }

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