#AC6FCD

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

Shades of Amethyst #AC6FCD

Tints of Amethyst #AC6FCD

Color information

#AC6FCD (or 0xAC6FCD) is unknown color: approx Amethyst. HEX triplet: AC, 6F and CD. RGB value is (172,111,205). Sum of RGB (Red+Green+Blue) = 172+111+205=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC6FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FCD is #539032. Grayscale: #8B8B8B. Windows color (decimal): -5476403 or 13463468. OLE color: 13463468.

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

Color convert

RGB172111205-
CMYK0.160.4600.20
HSL278.94º48.45%61.96%-
HSV(B)278.94º45.85%80.39%-
XYZ33.7224.5560.72-
YUV139.95164.71150.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 111 (43.75% from 255) = 22.75%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=35.25%
G=22.75%
B=42.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721112050.160.4600.20278.9448.4561.96
HexAC6FCD102E014117303e
Octal25415731520560244276076
Binary1010110011011111100110110000101110010100100010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6FCD; }

 p { color: rgb(172,111,205); }

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

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

 a { background-color: rgb(172,111,205); }

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

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

 span { border-color: rgb(172,111,205); }

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