#A26BC0

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

Shades of Amethyst #A26BC0

Tints of Amethyst #A26BC0

Color information

#A26BC0 (or 0xA26BC0) is unknown color: approx Amethyst. HEX triplet: A2, 6B and C0. RGB value is (162,107,192). Sum of RGB (Red+Green+Blue) = 162+107+192=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #A26BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BC0 is #5D943F. Grayscale: #848484. Windows color (decimal): -6132800 or 12610466. OLE color: 12610466.

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

Color convert

RGB162107192-
CMYK0.160.4400.25
HSL278.82º40.28%58.63%-
HSV(B)278.82º44.27%75.29%-
XYZ29.672252.55-
YUV133.14161.22148.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 192 (75.39% from 255) = 41.65%
R=35.14%
G=23.21%
B=41.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621071920.160.4400.25278.8240.2858.63
HexA26BC0102C019117283b
Octal24215330020540314275073
Binary1010001011010111100000010000101100011001100010111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26BC0; }

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

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

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

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

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

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

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

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