#A18BD1

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

Shades of Cold Purple #A18BD1

Tints of Cold Purple #A18BD1

Color information

#A18BD1 (or 0xA18BD1) is unknown color: approx Cold Purple. HEX triplet: A1, 8B and D1. RGB value is (161,139,209). Sum of RGB (Red+Green+Blue) = 161+139+209=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #A18BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BD1 is #5E742E. Grayscale: #999999. Windows color (decimal): -6190127 or 13732769. OLE color: 13732769.

HSL color Cylindrical-coordinate representation of color #A18BD1: hue angle of 258.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A18BD1 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161139209-
CMYK0.230.3300.18
HSL258.86º43.21%68.24%-
HSV(B)258.86º33.49%81.96%-
XYZ35.4430.6564.37-
YUV153.56159.29133.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 139 (54.69% from 255) = 27.31%
BLUE value IS 209 (82.03% from 255) = 41.06%
R=31.63%
G=27.31%
B=41.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611392090.230.3300.18258.8643.2168.24
HexA18BD117210121032b44
Octal241213321274102240353104
Binary101000011000101111010001101111000010100101000000111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BD1; }

 p { color: rgb(161,139,209); }

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

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

 a { background-color: rgb(161,139,209); }

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

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

 span { border-color: rgb(161,139,209); }

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