#AB6DCE

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

Shades of Amethyst #AB6DCE

Tints of Amethyst #AB6DCE

Color information

#AB6DCE (or 0xAB6DCE) is unknown color: approx Amethyst. HEX triplet: AB, 6D and CE. RGB value is (171,109,206). Sum of RGB (Red+Green+Blue) = 171+109+206=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB6DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DCE is #549231. Grayscale: #8A8A8A. Windows color (decimal): -5542450 or 13528491. OLE color: 13528491.

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

Color convert

RGB171109206-
CMYK0.170.4700.19
HSL278.35º49.74%61.76%-
HSV(B)278.35º47.09%80.78%-
XYZ33.424.0561.27-
YUV138.6166.04151.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 109 (42.97% from 255) = 22.43%
BLUE value IS 206 (80.86% from 255) = 42.39%
R=35.19%
G=22.43%
B=42.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711092060.170.4700.19278.3549.7461.76
HexAB6DCE112F013116323e
Octal25315531621570234266276
Binary1010101111011011100111010001101111010011100010110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6DCE; }

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

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

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

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

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

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

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

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