#A18BC0

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

Shades of Cold Purple #A18BC0

Tints of Cold Purple #A18BC0

Color information

#A18BC0 (or 0xA18BC0) is unknown color: approx Cold Purple. HEX triplet: A1, 8B and C0. RGB value is (161,139,192). Sum of RGB (Red+Green+Blue) = 161+139+192=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #A18BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BC0 is #5E743F. Grayscale: #979797. Windows color (decimal): -6190144 or 12618657. OLE color: 12618657.

HSL color Cylindrical-coordinate representation of color #A18BC0: hue angle of 264.91º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A18BC0 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161139192-
CMYK0.160.2800.25
HSL264.91º29.61%64.9%-
HSV(B)264.91º27.6%75.29%-
XYZ33.4429.8553.87-
YUV151.62150.79134.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.72%
GREEN value IS 139 (54.69% from 255) = 28.25%
BLUE value IS 192 (75.39% from 255) = 39.02%
R=32.72%
G=28.25%
B=39.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611391920.160.2800.25264.9129.6164.9
HexA18BC0101C0191091e41
Octal241213300203403141136101
Binary1010000110001011110000001000011100011001100001001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BC0; }

 p { color: rgb(161,139,192); }

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

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

 a { background-color: rgb(161,139,192); }

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

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

 span { border-color: rgb(161,139,192); }

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