#AC6BE4

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

Shades of Amethyst #AC6BE4

Tints of Amethyst #AC6BE4

Color information

#AC6BE4 (or 0xAC6BE4) is unknown color: approx Amethyst. HEX triplet: AC, 6B and E4. RGB value is (172,107,228). Sum of RGB (Red+Green+Blue) = 172+107+228=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC6BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BE4 is #53941B. Grayscale: #8B8B8B. Windows color (decimal): -5477404 or 14969772. OLE color: 14969772.

HSL color Cylindrical-coordinate representation of color #AC6BE4: hue angle of 272.23º 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 #AC6BE4 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172107228-
CMYK0.250.5300.11
HSL272.23º69.14%65.69%-
HSV(B)272.23º53.07%89.41%-
XYZ36.2724.8976.29-
YUV140.23177.53150.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 107 (42.19% from 255) = 21.10%
BLUE value IS 228 (89.45% from 255) = 44.97%
R=33.93%
G=21.10%
B=44.97%

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
Decimal1721072280.250.5300.11272.2369.1465.69
HexAC6BE419350B1104542
Octal2541533443165013420105102
Binary10101100110101111100100110011101010101110001000010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BE4; }

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

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

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

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

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

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

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

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