#A18BBB

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

Shades of Cold Purple #A18BBB

Tints of Cold Purple #A18BBB

Color information

#A18BBB (or 0xA18BBB) is unknown color: approx Cold Purple. HEX triplet: A1, 8B and BB. RGB value is (161,139,187). Sum of RGB (Red+Green+Blue) = 161+139+187=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #A18BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BBB is #5E7444. Grayscale: #969696. Windows color (decimal): -6190149 or 12290977. OLE color: 12290977.

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

Color convert

RGB161139187-
CMYK0.140.2600.27
HSL267.5º26.09%63.92%-
HSV(B)267.5º25.67%73.33%-
XYZ32.929.6351-
YUV151.05148.29135.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 139 (54.69% from 255) = 28.54%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=33.06%
G=28.54%
B=38.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611391870.140.2600.27267.526.0963.92
HexA18BBBE1A01B10c1a40
Octal241213273163203341432100
Binary101000011000101110111011111011010011011100001100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BBB; }

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

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

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

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

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

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

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

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