#AB6BCE

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

Shades of Amethyst #AB6BCE

Tints of Amethyst #AB6BCE

Color information

#AB6BCE (or 0xAB6BCE) is unknown color: approx Amethyst. HEX triplet: AB, 6B and CE. RGB value is (171,107,206). Sum of RGB (Red+Green+Blue) = 171+107+206=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB6BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BCE is #549431. Grayscale: #898989. Windows color (decimal): -5542962 or 13527979. OLE color: 13527979.

HSL color Cylindrical-coordinate representation of color #AB6BCE: hue angle of 278.79º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB6BCE is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171107206-
CMYK0.170.4800.19
HSL278.79º50.25%61.37%-
HSV(B)278.79º48.06%80.78%-
XYZ33.1923.6361.2-
YUV137.42166.7151.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 107 (42.19% from 255) = 22.11%
BLUE value IS 206 (80.86% from 255) = 42.56%
R=35.33%
G=22.11%
B=42.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711072060.170.4800.19278.7950.2561.37
HexAB6BCE1130013117323d
Octal25315331621600234276275
Binary1010101111010111100111010001110000010011100010111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6BCE; }

 p { color: rgb(171,107,206); }

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

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

 a { background-color: rgb(171,107,206); }

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

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

 span { border-color: rgb(171,107,206); }

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