#A18EBE

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

Shades of Cold Purple #A18EBE

Tints of Cold Purple #A18EBE

Color information

#A18EBE (or 0xA18EBE) is unknown color: approx Cold Purple. HEX triplet: A1, 8E and BE. RGB value is (161,142,190). Sum of RGB (Red+Green+Blue) = 161+142+190=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #A18EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EBE is #5E7141. Grayscale: #989898. Windows color (decimal): -6189378 or 12488353. OLE color: 12488353.

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

Color convert

RGB161142190-
CMYK0.150.2500.25
HSL263.75º26.97%65.1%-
HSV(B)263.75º25.26%74.51%-
XYZ33.6730.6452.86-
YUV153.15148.79133.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 142 (55.86% from 255) = 28.80%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=32.66%
G=28.80%
B=38.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611421900.150.2500.25263.7526.9765.1
HexA18EBEF190191081b41
Octal241216276173103141033101
Binary101000011000111010111110111111001011001100001000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18EBE; }

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

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

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

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

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

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

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

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