#AB6EBF

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

Shades of Amethyst #AB6EBF

Tints of Amethyst #AB6EBF

Color information

#AB6EBF (or 0xAB6EBF) is unknown color: approx Amethyst. HEX triplet: AB, 6E and BF. RGB value is (171,110,191). Sum of RGB (Red+Green+Blue) = 171+110+191=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB6EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6EBF is #549140. Grayscale: #898989. Windows color (decimal): -5542209 or 12545707. OLE color: 12545707.

HSL color Cylindrical-coordinate representation of color #AB6EBF: hue angle of 285.19º 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 #AB6EBF is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171110191-
CMYK0.100.4200.25
HSL285.19º38.76%59.02%-
HSV(B)285.19º42.41%74.9%-
XYZ31.7723.5752.17-
YUV137.47158.21151.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 110 (43.36% from 255) = 23.31%
BLUE value IS 191 (75% from 255) = 40.47%
R=36.23%
G=23.31%
B=40.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711101910.100.4200.25285.1938.7659.02
HexAB6EBFA2A01911d273b
Octal25315627712520314354773
Binary101010111101110101111111010101010011001100011101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6EBF; }

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

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

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

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

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

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

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

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