#AC6BCA

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

Shades of Amethyst #AC6BCA

Tints of Amethyst #AC6BCA

Color information

#AC6BCA (or 0xAC6BCA) is unknown color: approx Amethyst. HEX triplet: AC, 6B and CA. RGB value is (172,107,202). Sum of RGB (Red+Green+Blue) = 172+107+202=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC6BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BCA is #539435. Grayscale: #888888. Windows color (decimal): -5477430 or 13265836. OLE color: 13265836.

HSL color Cylindrical-coordinate representation of color #AC6BCA: hue angle of 281.05º 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 #AC6BCA is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172107202-
CMYK0.150.4700.21
HSL281.05º47.26%60.59%-
HSV(B)281.05º47.03%79.22%-
XYZ32.9323.5558.69-
YUV137.26164.53152.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 107 (42.19% from 255) = 22.25%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=35.76%
G=22.25%
B=42.00%

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
Decimal1721072020.150.4700.21281.0547.2660.59
HexAC6BCAF2F0151192f3d
Octal25415331217570254315775
Binary101011001101011110010101111101111010101100011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BCA; }

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

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

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

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

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

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

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

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