#AB6BE4

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

Shades of Amethyst #AB6BE4

Tints of Amethyst #AB6BE4

Color information

#AB6BE4 (or 0xAB6BE4) is unknown color: approx Amethyst. HEX triplet: AB, 6B and E4. RGB value is (171,107,228). Sum of RGB (Red+Green+Blue) = 171+107+228=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB6BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BE4 is #54941B. Grayscale: #8B8B8B. Windows color (decimal): -5542940 or 14969771. OLE color: 14969771.

HSL color Cylindrical-coordinate representation of color #AB6BE4: hue angle of 271.74º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB6BE4 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171107228-
CMYK0.250.5300.11
HSL271.74º69.14%65.69%-
HSV(B)271.74º53.07%89.41%-
XYZ36.0624.7776.28-
YUV139.93177.7150.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 107 (42.19% from 255) = 21.15%
BLUE value IS 228 (89.45% from 255) = 45.06%
R=33.79%
G=21.15%
B=45.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711072280.250.5300.11271.7469.1465.69
HexAB6BE419350B1104542
Octal2531533443165013420105102
Binary10101011110101111100100110011101010101110001000010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6BE4; }

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

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

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

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

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

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

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

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