#A26FC0

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

Shades of Amethyst #A26FC0

Tints of Amethyst #A26FC0

Color information

#A26FC0 (or 0xA26FC0) is unknown color: approx Amethyst. HEX triplet: A2, 6F and C0. RGB value is (162,111,192). Sum of RGB (Red+Green+Blue) = 162+111+192=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #A26FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26FC0 is #5D903F. Grayscale: #878787. Windows color (decimal): -6131776 or 12611490. OLE color: 12611490.

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

Color convert

RGB162111192-
CMYK0.160.4200.25
HSL277.78º39.13%59.41%-
HSV(B)277.78º42.19%75.29%-
XYZ30.122.8652.69-
YUV135.48159.9146.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 111 (43.75% from 255) = 23.87%
BLUE value IS 192 (75.39% from 255) = 41.29%
R=34.84%
G=23.87%
B=41.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621111920.160.4200.25277.7839.1359.41
HexA26FC0102A019116273b
Octal24215730020520314264773
Binary1010001011011111100000010000101010011001100010110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26FC0; }

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

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

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

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

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

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

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

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