#A18ABE

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

Shades of Cold Purple #A18ABE

Tints of Cold Purple #A18ABE

Color information

#A18ABE (or 0xA18ABE) is unknown color: approx Cold Purple. HEX triplet: A1, 8A and BE. RGB value is (161,138,190). Sum of RGB (Red+Green+Blue) = 161+138+190=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #A18ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ABE is #5E7541. Grayscale: #969696. Windows color (decimal): -6190402 or 12487329. OLE color: 12487329.

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

Color convert

RGB161138190-
CMYK0.150.2700.25
HSL266.54º28.57%64.31%-
HSV(B)266.54º27.37%74.51%-
XYZ33.0829.4752.66-
YUV150.8150.12135.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.92%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=32.92%
G=28.22%
B=38.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611381900.150.2700.25266.5428.5764.31
HexA18ABEF1B01910b1d40
Octal241212276173303141335100
Binary101000011000101010111110111111011011001100001011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18ABE; }

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

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

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

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

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

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

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

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