#AC6DCB

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

Shades of Amethyst #AC6DCB

Tints of Amethyst #AC6DCB

Color information

#AC6DCB (or 0xAC6DCB) is unknown color: approx Amethyst. HEX triplet: AC, 6D and CB. RGB value is (172,109,203). Sum of RGB (Red+Green+Blue) = 172+109+203=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC6DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DCB is #539234. Grayscale: #8A8A8A. Windows color (decimal): -5476917 or 13331884. OLE color: 13331884.

HSL color Cylindrical-coordinate representation of color #AC6DCB: hue angle of 280.21º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC6DCB is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172109203-
CMYK0.150.4600.20
HSL280.21º47.47%61.18%-
HSV(B)280.21º46.31%79.61%-
XYZ33.2624.0259.38-
YUV138.55164.37151.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 109 (42.97% from 255) = 22.52%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=35.54%
G=22.52%
B=41.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721092030.150.4600.20280.2147.4761.18
HexAC6DCBF2E0141182f3d
Octal25415531317560244305775
Binary101011001101101110010111111101110010100100011000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6DCB; }

 p { color: rgb(172,109,203); }

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

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

 a { background-color: rgb(172,109,203); }

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

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

 span { border-color: rgb(172,109,203); }

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