#AC6BD1

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

Shades of Amethyst #AC6BD1

Tints of Amethyst #AC6BD1

Color information

#AC6BD1 (or 0xAC6BD1) is unknown color: approx Amethyst. HEX triplet: AC, 6B and D1. RGB value is (172,107,209). Sum of RGB (Red+Green+Blue) = 172+107+209=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC6BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BD1 is #53942E. Grayscale: #898989. Windows color (decimal): -5477423 or 13724588. OLE color: 13724588.

HSL color Cylindrical-coordinate representation of color #AC6BD1: hue angle of 278.24º 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 #AC6BD1 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172107209-
CMYK0.180.4900.18
HSL278.24º52.58%61.96%-
HSV(B)278.24º48.8%81.96%-
XYZ33.7823.8963.15-
YUV138.06168.03152.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 107 (42.19% from 255) = 21.93%
BLUE value IS 209 (82.03% from 255) = 42.83%
R=35.25%
G=21.93%
B=42.83%

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
Decimal1721072090.180.4900.18278.2452.5861.96
HexAC6BD11231012116353e
Octal25415332122610224266576
Binary1010110011010111101000110010110001010010100010110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BD1; }

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

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

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

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

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

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

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

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