#AC69CC

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

Shades of Amethyst #AC69CC

Tints of Amethyst #AC69CC

Color information

#AC69CC (or 0xAC69CC) is unknown color: approx Amethyst. HEX triplet: AC, 69 and CC. RGB value is (172,105,204). Sum of RGB (Red+Green+Blue) = 172+105+204=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC69CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69CC is #539633. Grayscale: #878787. Windows color (decimal): -5477940 or 13396396. OLE color: 13396396.

HSL color Cylindrical-coordinate representation of color #AC69CC: hue angle of 280.61º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC69CC is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172105204-
CMYK0.160.4900.2
HSL280.61º49.25%60.59%-
HSV(B)280.61º48.53%80%-
XYZ32.9623.2359.87-
YUV136.32166.2153.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=35.76%
G=21.83%
B=42.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721052040.160.4900.2280.6149.2560.59
HexAC69CC1031014119313d
Octal25415131420610244316175
Binary1010110011010011100110010000110001010100100011001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69CC; }

 p { color: rgb(172,105,204); }

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

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

 a { background-color: rgb(172,105,204); }

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

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

 span { border-color: rgb(172,105,204); }

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