#AC6BD2

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

Shades of Amethyst #AC6BD2

Tints of Amethyst #AC6BD2

Color information

#AC6BD2 (or 0xAC6BD2) is unknown color: approx Amethyst. HEX triplet: AC, 6B and D2. RGB value is (172,107,210). Sum of RGB (Red+Green+Blue) = 172+107+210=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC6BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BD2 is #53942D. Grayscale: #898989. Windows color (decimal): -5477422 or 13790124. OLE color: 13790124.

HSL color Cylindrical-coordinate representation of color #AC6BD2: hue angle of 277.86º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC6BD2 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172107210-
CMYK0.180.4900.18
HSL277.86º53.37%62.16%-
HSV(B)277.86º49.05%82.35%-
XYZ33.923.9463.81-
YUV138.18168.53152.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 107 (42.19% from 255) = 21.88%
BLUE value IS 210 (82.42% from 255) = 42.94%
R=35.17%
G=21.88%
B=42.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721072100.180.4900.18277.8653.3762.16
HexAC6BD21231012116353e
Octal25415332222610224266576
Binary1010110011010111101001010010110001010010100010110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BD2; }

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

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

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

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

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

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

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

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