#A169CC

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

Shades of Amethyst #A169CC

Tints of Amethyst #A169CC

Color information

#A169CC (or 0xA169CC) is unknown color: approx Amethyst. HEX triplet: A1, 69 and CC. RGB value is (161,105,204). Sum of RGB (Red+Green+Blue) = 161+105+204=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #A169CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169CC is #5E9633. Grayscale: #848484. Windows color (decimal): -6198836 or 13396385. OLE color: 13396385.

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

Color convert

RGB161105204-
CMYK0.210.4900.2
HSL273.94º49.25%60.59%-
HSV(B)273.94º48.53%80%-
XYZ30.6522.0459.77-
YUV133.03168.05147.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=34.26%
G=22.34%
B=43.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611052040.210.4900.2273.9449.2560.59
HexA169CC1531014112313d
Octal24115131425610244226175
Binary1010000111010011100110010101110001010100100010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A169CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A169CC; }

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

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

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

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

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

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

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

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