#A18BB9

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

Shades of Cold Purple #A18BB9

Tints of Cold Purple #A18BB9

Color information

#A18BB9 (or 0xA18BB9) is unknown color: approx Cold Purple. HEX triplet: A1, 8B and B9. RGB value is (161,139,185). Sum of RGB (Red+Green+Blue) = 161+139+185=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #A18BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BB9 is #5E7446. Grayscale: #969696. Windows color (decimal): -6190151 or 12159905. OLE color: 12159905.

HSL color Cylindrical-coordinate representation of color #A18BB9: hue angle of 268.7º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A18BB9 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161139185-
CMYK0.130.2500.27
HSL268.7º24.73%63.53%-
HSV(B)268.7º24.86%72.55%-
XYZ32.6929.5549.88-
YUV150.82147.29135.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 139 (54.69% from 255) = 28.66%
BLUE value IS 185 (72.66% from 255) = 38.14%
R=33.20%
G=28.66%
B=38.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611391850.130.2500.27268.724.7363.53
HexA18BB9D1901B10d1940
Octal241213271153103341531100
Binary101000011000101110111001110111001011011100001101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BB9; }

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

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

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

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

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

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

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

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