#A18AD0

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

Shades of Cold Purple #A18AD0

Tints of Cold Purple #A18AD0

Color information

#A18AD0 (or 0xA18AD0) is unknown color: approx Cold Purple. HEX triplet: A1, 8A and D0. RGB value is (161,138,208). Sum of RGB (Red+Green+Blue) = 161+138+208=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #A18AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18AD0 is #5E752F. Grayscale: #989898. Windows color (decimal): -6190384 or 13666977. OLE color: 13666977.

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

Color convert

RGB161138208-
CMYK0.230.3400.18
HSL259.71º42.68%67.84%-
HSV(B)259.71º33.65%81.57%-
XYZ35.1730.3163.67-
YUV152.86159.12133.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 138 (54.30% from 255) = 27.22%
BLUE value IS 208 (81.64% from 255) = 41.03%
R=31.76%
G=27.22%
B=41.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611382080.230.3400.18259.7142.6867.84
HexA18AD017220121042b44
Octal241212320274202240453104
Binary101000011000101011010000101111000100100101000001001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18AD0; }

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

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

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

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

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

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

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

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