#AC6ACA

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

Shades of Amethyst #AC6ACA

Tints of Amethyst #AC6ACA

Color information

#AC6ACA (or 0xAC6ACA) is unknown color: approx Amethyst. HEX triplet: AC, 6A and CA. RGB value is (172,106,202). Sum of RGB (Red+Green+Blue) = 172+106+202=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC6ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ACA is #539535. Grayscale: #888888. Windows color (decimal): -5477686 or 13265580. OLE color: 13265580.

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

Color convert

RGB172106202-
CMYK0.150.4800.21
HSL281.25º47.52%60.39%-
HSV(B)281.25º47.52%79.22%-
XYZ32.8323.3458.65-
YUV136.68164.87153.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 106 (41.80% from 255) = 22.08%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=35.83%
G=22.08%
B=42.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721062020.150.4800.21281.2547.5260.39
HexAC6ACAF30015119303c
Octal25415231217600254316074
Binary101011001101010110010101111110000010101100011001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6ACA; }

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

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

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

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

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

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

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

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