#A18BBD

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

Shades of Cold Purple #A18BBD

Tints of Cold Purple #A18BBD

Color information

#A18BBD (or 0xA18BBD) is unknown color: approx Cold Purple. HEX triplet: A1, 8B and BD. RGB value is (161,139,189). Sum of RGB (Red+Green+Blue) = 161+139+189=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #A18BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BBD is #5E7442. Grayscale: #979797. Windows color (decimal): -6190147 or 12422049. OLE color: 12422049.

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

Color convert

RGB161139189-
CMYK0.150.2600.26
HSL266.4º27.47%64.31%-
HSV(B)266.4º26.46%74.12%-
XYZ33.1229.7252.13-
YUV151.28149.29134.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.92%
GREEN value IS 139 (54.69% from 255) = 28.43%
BLUE value IS 189 (74.22% from 255) = 38.65%
R=32.92%
G=28.43%
B=38.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611391890.150.2600.26266.427.4764.31
HexA18BBDF1A01A10a1b40
Octal241213275173203241233100
Binary101000011000101110111101111111010011010100001010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BBD; }

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

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

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

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

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

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

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

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