#A18BD0

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

Shades of Cold Purple #A18BD0

Tints of Cold Purple #A18BD0

Color information

#A18BD0 (or 0xA18BD0) is unknown color: approx Cold Purple. HEX triplet: A1, 8B and D0. RGB value is (161,139,208). Sum of RGB (Red+Green+Blue) = 161+139+208=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #A18BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BD0 is #5E742F. Grayscale: #999999. Windows color (decimal): -6190128 or 13667233. OLE color: 13667233.

HSL color Cylindrical-coordinate representation of color #A18BD0: hue angle of 259.13º degrees, saturation: 0.42, 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 #A18BD0 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161139208-
CMYK0.230.3300.18
HSL259.13º42.33%68.04%-
HSV(B)259.13º33.17%81.57%-
XYZ35.3230.663.72-
YUV153.44158.79133.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 139 (54.69% from 255) = 27.36%
BLUE value IS 208 (81.64% from 255) = 40.94%
R=31.69%
G=27.36%
B=40.94%

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
Decimal1611392080.230.3300.18259.1342.3368.04
HexA18BD017210121032a44
Octal241213320274102240352104
Binary101000011000101111010000101111000010100101000000111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BD0; }

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

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

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

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

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

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

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

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