#A18DBA

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

Shades of Cold Purple #A18DBA

Tints of Cold Purple #A18DBA

Color information

#A18DBA (or 0xA18DBA) is unknown color: approx Cold Purple. HEX triplet: A1, 8D and BA. RGB value is (161,141,186). Sum of RGB (Red+Green+Blue) = 161+141+186=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #A18DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DBA is #5E7245. Grayscale: #979797. Windows color (decimal): -6189638 or 12225953. OLE color: 12225953.

HSL color Cylindrical-coordinate representation of color #A18DBA: hue angle of 266.67º degrees, saturation: 0.25, 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 #A18DBA is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161141186-
CMYK0.130.2400.27
HSL266.67º24.59%64.12%-
HSV(B)266.67º24.19%72.94%-
XYZ33.0930.1750.53-
YUV152.11147.13134.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.99%
GREEN value IS 141 (55.47% from 255) = 28.89%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=32.99%
G=28.89%
B=38.11%

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
Decimal1611411860.130.2400.27266.6724.5964.12
HexA18DBAD1801B10b1940
Octal241215272153003341331100
Binary101000011000110110111010110111000011011100001011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DBA; }

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

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

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

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

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

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

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

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