#AC6CCA

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

Shades of Amethyst #AC6CCA

Tints of Amethyst #AC6CCA

Color information

#AC6CCA (or 0xAC6CCA) is unknown color: approx Amethyst. HEX triplet: AC, 6C and CA. RGB value is (172,108,202). Sum of RGB (Red+Green+Blue) = 172+108+202=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC6CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CCA is #539335. Grayscale: #898989. Windows color (decimal): -5477174 or 13266092. OLE color: 13266092.

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

Color convert

RGB172108202-
CMYK0.150.4700.21
HSL280.85º47%60.78%-
HSV(B)280.85º46.53%79.22%-
XYZ33.0423.7658.72-
YUV137.85164.2152.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 108 (42.58% from 255) = 22.41%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=35.68%
G=22.41%
B=41.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721082020.150.4700.21280.854760.78
HexAC6CCAF2F0151192f3d
Octal25415431217570254315775
Binary101011001101100110010101111101111010101100011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6CCA; }

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

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

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

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

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

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

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

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