#A26BD1

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

Shades of Amethyst #A26BD1

Tints of Amethyst #A26BD1

Color information

#A26BD1 (or 0xA26BD1) is unknown color: approx Amethyst. HEX triplet: A2, 6B and D1. RGB value is (162,107,209). Sum of RGB (Red+Green+Blue) = 162+107+209=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #A26BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BD1 is #5D942E. Grayscale: #868686. Windows color (decimal): -6132783 or 13724578. OLE color: 13724578.

HSL color Cylindrical-coordinate representation of color #A26BD1: hue angle of 272.35º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A26BD1 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB162107209-
CMYK0.220.4900.18
HSL272.35º52.58%61.96%-
HSV(B)272.35º48.8%81.96%-
XYZ31.6722.863.05-
YUV135.07169.72147.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 209 (82.03% from 255) = 43.72%
R=33.89%
G=22.38%
B=43.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621072090.220.4900.18272.3552.5861.96
HexA26BD11631012110353e
Octal24215332126610224206576
Binary1010001011010111101000110110110001010010100010000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26BD1; }

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

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

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

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

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

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

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

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