#A18FBA

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

Shades of Cold Purple #A18FBA

Tints of Cold Purple #A18FBA

Color information

#A18FBA (or 0xA18FBA) is unknown color: approx Cold Purple. HEX triplet: A1, 8F and BA. RGB value is (161,143,186). Sum of RGB (Red+Green+Blue) = 161+143+186=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #A18FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FBA is #5E7045. Grayscale: #999999. Windows color (decimal): -6189126 or 12226465. OLE color: 12226465.

HSL color Cylindrical-coordinate representation of color #A18FBA: hue angle of 265.12º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A18FBA is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161143186-
CMYK0.130.2300.27
HSL265.12º23.76%64.51%-
HSV(B)265.12º23.12%72.94%-
XYZ33.3830.7750.63-
YUV153.28146.46133.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.86%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=32.86%
G=29.18%
B=37.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611431860.130.2300.27265.1223.7664.51
HexA18FBAD1701B1091841
Octal241217272152703341130101
Binary101000011000111110111010110110111011011100001001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FBA; }

 p { color: rgb(161,143,186); }

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

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

 a { background-color: rgb(161,143,186); }

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

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

 span { border-color: rgb(161,143,186); }

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