#AB69E2

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

Shades of Amethyst #AB69E2

Tints of Amethyst #AB69E2

Color information

#AB69E2 (or 0xAB69E2) is unknown color: approx Amethyst. HEX triplet: AB, 69 and E2. RGB value is (171,105,226). Sum of RGB (Red+Green+Blue) = 171+105+226=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 226 (88.67% from 255 or 45.02% from 502); Max value from RGB is 226 - color contains mainly: blue. Hex color #AB69E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69E2 is #54961D. Grayscale: #8A8A8A. Windows color (decimal): -5543454 or 14838187. OLE color: 14838187.

HSL color Cylindrical-coordinate representation of color #AB69E2: hue angle of 272.73º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB69E2 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171105226-
CMYK0.240.5400.11
HSL272.73º67.6%64.9%-
HSV(B)272.73º53.54%88.63%-
XYZ35.5724.2574.76-
YUV138.53177.37151.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 105 (41.41% from 255) = 20.92%
BLUE value IS 226 (88.67% from 255) = 45.02%
R=34.06%
G=20.92%
B=45.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711052260.240.5400.11272.7367.664.9
HexAB69E218360B1114441
Octal2531513423066013421104101
Binary10101011110100111100010110001101100101110001000110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB69E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB69E2; }

 p { color: rgb(171,105,226); }

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

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

 a { background-color: rgb(171,105,226); }

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

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

 span { border-color: rgb(171,105,226); }

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