#A18EBA

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

Shades of Cold Purple #A18EBA

Tints of Cold Purple #A18EBA

Color information

#A18EBA (or 0xA18EBA) is unknown color: approx Cold Purple. HEX triplet: A1, 8E and BA. RGB value is (161,142,186). Sum of RGB (Red+Green+Blue) = 161+142+186=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #A18EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EBA is #5E7145. Grayscale: #989898. Windows color (decimal): -6189382 or 12226209. OLE color: 12226209.

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

Color convert

RGB161142186-
CMYK0.130.2400.27
HSL265.91º24.18%64.31%-
HSV(B)265.91º23.66%72.94%-
XYZ33.2330.4750.58-
YUV152.7146.79133.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.92%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=32.92%
G=29.04%
B=38.04%

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
Decimal1611421860.130.2400.27265.9124.1864.31
HexA18EBAD1801B10a1840
Octal241216272153003341230100
Binary101000011000111010111010110111000011011100001010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18EBA; }

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

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

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

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

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

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

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

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