#AB6CE0

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

Shades of Amethyst #AB6CE0

Tints of Amethyst #AB6CE0

Color information

#AB6CE0 (or 0xAB6CE0) is unknown color: approx Amethyst. HEX triplet: AB, 6C and E0. RGB value is (171,108,224). Sum of RGB (Red+Green+Blue) = 171+108+224=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB6CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CE0 is #54931F. Grayscale: #8B8B8B. Windows color (decimal): -5542688 or 14707883. OLE color: 14707883.

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

Color convert

RGB171108224-
CMYK0.240.5200.12
HSL272.59º65.17%65.1%-
HSV(B)272.59º51.79%87.84%-
XYZ35.6124.7673.42-
YUV140.06175.37150.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 108 (42.58% from 255) = 21.47%
BLUE value IS 224 (87.89% from 255) = 44.53%
R=34.00%
G=21.47%
B=44.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711082240.240.5200.12272.5965.1765.1
HexAB6CE018340C1114141
Octal2531543403064014421101101
Binary10101011110110011100000110001101000110010001000110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6CE0; }

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

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

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

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

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

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

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

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