#AB6ECC

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

Shades of Amethyst #AB6ECC

Tints of Amethyst #AB6ECC

Color information

#AB6ECC (or 0xAB6ECC) is unknown color: approx Amethyst. HEX triplet: AB, 6E and CC. RGB value is (171,110,204). Sum of RGB (Red+Green+Blue) = 171+110+204=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ECC is #549133. Grayscale: #8A8A8A. Windows color (decimal): -5542196 or 13397675. OLE color: 13397675.

HSL color Cylindrical-coordinate representation of color #AB6ECC: hue angle of 278.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB6ECC is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171110204-
CMYK0.160.4600.2
HSL278.94º47.96%61.57%-
HSV(B)278.94º46.08%80%-
XYZ33.2724.1760.04-
YUV138.95164.71150.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 110 (43.36% from 255) = 22.68%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=35.26%
G=22.68%
B=42.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711102040.160.4600.2278.9447.9661.57
HexAB6ECC102E014117303e
Octal25315631420560244276076
Binary1010101111011101100110010000101110010100100010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6ECC; }

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

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

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

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

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

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

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

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