#AC6BE1

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

Shades of Amethyst #AC6BE1

Tints of Amethyst #AC6BE1

Color information

#AC6BE1 (or 0xAC6BE1) is unknown color: approx Amethyst. HEX triplet: AC, 6B and E1. RGB value is (172,107,225). Sum of RGB (Red+Green+Blue) = 172+107+225=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC6BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BE1 is #53941E. Grayscale: #8B8B8B. Windows color (decimal): -5477407 or 14773164. OLE color: 14773164.

HSL color Cylindrical-coordinate representation of color #AC6BE1: hue angle of 273.05º degrees, saturation: 0.66, 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 #AC6BE1 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172107225-
CMYK0.240.5200.12
HSL273.05º66.29%65.1%-
HSV(B)273.05º52.44%88.24%-
XYZ35.8624.7274.12-
YUV139.89176.03150.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 107 (42.19% from 255) = 21.23%
BLUE value IS 225 (88.28% from 255) = 44.64%
R=34.13%
G=21.23%
B=44.64%

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
Decimal1721072250.240.5200.12273.0566.2965.1
HexAC6BE118340C1114241
Octal2541533413064014421102101
Binary10101100110101111100001110001101000110010001000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BE1; }

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

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

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

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

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

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

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

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