#A18EBD

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

Shades of Cold Purple #A18EBD

Tints of Cold Purple #A18EBD

Color information

#A18EBD (or 0xA18EBD) is unknown color: approx Cold Purple. HEX triplet: A1, 8E and BD. RGB value is (161,142,189). Sum of RGB (Red+Green+Blue) = 161+142+189=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #A18EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EBD is #5E7142. Grayscale: #989898. Windows color (decimal): -6189379 or 12422817. OLE color: 12422817.

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

Color convert

RGB161142189-
CMYK0.150.2500.26
HSL264.26º26.26%64.9%-
HSV(B)264.26º24.87%74.12%-
XYZ33.5630.652.28-
YUV153.04148.29133.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.72%
GREEN value IS 142 (55.86% from 255) = 28.86%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=32.72%
G=28.86%
B=38.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611421890.150.2500.26264.2626.2664.9
HexA18EBDF1901A1081a41
Octal241216275173103241032101
Binary101000011000111010111101111111001011010100001000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18EBD; }

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

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

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

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

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

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

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

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