#AC6FCA

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

Shades of Amethyst #AC6FCA

Tints of Amethyst #AC6FCA

Color information

#AC6FCA (or 0xAC6FCA) is unknown color: approx Amethyst. HEX triplet: AC, 6F and CA. RGB value is (172,111,202). Sum of RGB (Red+Green+Blue) = 172+111+202=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC6FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FCA is #539035. Grayscale: #8B8B8B. Windows color (decimal): -5476406 or 13266860. OLE color: 13266860.

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

Color convert

RGB172111202-
CMYK0.150.4500.21
HSL280.22º46.19%61.37%-
HSV(B)280.22º45.05%79.22%-
XYZ33.3624.458.83-
YUV139.61163.21151.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 111 (43.75% from 255) = 22.89%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=35.46%
G=22.89%
B=41.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721112020.150.4500.21280.2246.1961.37
HexAC6FCAF2D0151182e3d
Octal25415731217550254305675
Binary101011001101111110010101111101101010101100011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6FCA; }

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

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

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

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

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

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

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

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