#AB6CE2

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

Shades of Amethyst #AB6CE2

Tints of Amethyst #AB6CE2

Color information

#AB6CE2 (or 0xAB6CE2) is unknown color: approx Amethyst. HEX triplet: AB, 6C and E2. RGB value is (171,108,226). Sum of RGB (Red+Green+Blue) = 171+108+226=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 226 - color contains mainly: blue. Hex color #AB6CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CE2 is #54931D. Grayscale: #8B8B8B. Windows color (decimal): -5542686 or 14838955. OLE color: 14838955.

HSL color Cylindrical-coordinate representation of color #AB6CE2: hue angle of 272.03º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB6CE2 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171108226-
CMYK0.240.5200.11
HSL272.03º67.05%65.49%-
HSV(B)272.03º52.21%88.63%-
XYZ35.8824.8774.86-
YUV140.29176.37149.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 108 (42.58% from 255) = 21.39%
BLUE value IS 226 (88.67% from 255) = 44.75%
R=33.86%
G=21.39%
B=44.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711082260.240.5200.11272.0367.0565.49
HexAB6CE218340B1104341
Octal2531543423064013420103101
Binary10101011110110011100010110001101000101110001000010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6CE2; }

 p { color: rgb(171,108,226); }

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

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

 a { background-color: rgb(171,108,226); }

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

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

 span { border-color: rgb(171,108,226); }

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