#AB6ED6

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

Shades of Amethyst #AB6ED6

Tints of Amethyst #AB6ED6

Color information

#AB6ED6 (or 0xAB6ED6) is unknown color: approx Amethyst. HEX triplet: AB, 6E and D6. RGB value is (171,110,214). Sum of RGB (Red+Green+Blue) = 171+110+214=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB6ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ED6 is #549129. Grayscale: #8B8B8B. Windows color (decimal): -5542186 or 14053035. OLE color: 14053035.

HSL color Cylindrical-coordinate representation of color #AB6ED6: hue angle of 275.19º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB6ED6 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171110214-
CMYK0.200.4900.16
HSL275.19º55.91%63.53%-
HSV(B)275.19º48.6%83.92%-
XYZ34.5124.6666.56-
YUV140.09169.71150.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 110 (43.36% from 255) = 22.22%
BLUE value IS 214 (83.98% from 255) = 43.23%
R=34.55%
G=22.22%
B=43.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711102140.200.4900.16275.1955.9163.53
HexAB6ED614310101133840
Octal253156326246102042370100
Binary10101011110111011010110101001100010100001000100111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6ED6; }

 p { color: rgb(171,110,214); }

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

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

 a { background-color: rgb(171,110,214); }

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

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

 span { border-color: rgb(171,110,214); }

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