#AC6BD6

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

Shades of Amethyst #AC6BD6

Tints of Amethyst #AC6BD6

Color information

#AC6BD6 (or 0xAC6BD6) is unknown color: approx Amethyst. HEX triplet: AC, 6B and D6. RGB value is (172,107,214). Sum of RGB (Red+Green+Blue) = 172+107+214=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC6BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BD6 is #539429. Grayscale: #8A8A8A. Windows color (decimal): -5477418 or 14052268. OLE color: 14052268.

HSL color Cylindrical-coordinate representation of color #AC6BD6: hue angle of 276.45º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6BD6 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172107214-
CMYK0.200.5000.16
HSL276.45º56.61%62.94%-
HSV(B)276.45º50%83.92%-
XYZ34.4124.1466.46-
YUV138.63170.53151.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 107 (42.19% from 255) = 21.70%
BLUE value IS 214 (83.98% from 255) = 43.41%
R=34.89%
G=21.70%
B=43.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721072140.200.5000.16276.4556.6162.94
HexAC6BD61432010114393f
Octal25415332624620204247177
Binary1010110011010111101011010100110010010000100010100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BD6; }

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

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

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

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

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

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

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

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