#A18EBB

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

Shades of Cold Purple #A18EBB

Tints of Cold Purple #A18EBB

Color information

#A18EBB (or 0xA18EBB) is unknown color: approx Cold Purple. HEX triplet: A1, 8E and BB. RGB value is (161,142,187). Sum of RGB (Red+Green+Blue) = 161+142+187=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #A18EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EBB is #5E7144. Grayscale: #989898. Windows color (decimal): -6189381 or 12291745. OLE color: 12291745.

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

Color convert

RGB161142187-
CMYK0.140.2400.27
HSL265.33º24.86%64.51%-
HSV(B)265.33º24.06%73.33%-
XYZ33.3430.5151.15-
YUV152.81147.29133.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.86%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=32.86%
G=28.98%
B=38.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611421870.140.2400.27265.3324.8664.51
HexA18EBBE1801B1091941
Octal241216273163003341131101
Binary101000011000111010111011111011000011011100001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18EBB; }

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

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

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

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

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

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

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

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