#A18DB9

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

Shades of Cold Purple #A18DB9

Tints of Cold Purple #A18DB9

Color information

#A18DB9 (or 0xA18DB9) is unknown color: approx Cold Purple. HEX triplet: A1, 8D and B9. RGB value is (161,141,185). Sum of RGB (Red+Green+Blue) = 161+141+185=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 185 - color contains mainly: blue. Hex color #A18DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DB9 is #5E7246. Grayscale: #979797. Windows color (decimal): -6189639 or 12160417. OLE color: 12160417.

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

Color convert

RGB161141185-
CMYK0.130.2400.27
HSL267.27º23.91%63.92%-
HSV(B)267.27º23.78%72.55%-
XYZ32.9830.1349.98-
YUV152146.63134.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 141 (55.47% from 255) = 28.95%
BLUE value IS 185 (72.66% from 255) = 37.99%
R=33.06%
G=28.95%
B=37.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611411850.130.2400.27267.2723.9163.92
HexA18DB9D1801B10b1840
Octal241215271153003341330100
Binary101000011000110110111001110111000011011100001011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DB9; }

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

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

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

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

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

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

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

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