#A18BC9

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

Shades of Cold Purple #A18BC9

Tints of Cold Purple #A18BC9

Color information

#A18BC9 (or 0xA18BC9) is unknown color: approx Cold Purple. HEX triplet: A1, 8B and C9. RGB value is (161,139,201). Sum of RGB (Red+Green+Blue) = 161+139+201=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #A18BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BC9 is #5E7436. Grayscale: #989898. Windows color (decimal): -6190135 or 13208481. OLE color: 13208481.

HSL color Cylindrical-coordinate representation of color #A18BC9: hue angle of 261.29º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A18BC9 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161139201-
CMYK0.200.3100.21
HSL261.29º36.47%66.67%-
HSV(B)261.29º30.85%78.82%-
XYZ34.4730.2659.28-
YUV152.65155.29133.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 201 (78.91% from 255) = 40.12%
R=32.14%
G=27.74%
B=40.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611392010.200.3100.21261.2936.4766.67
HexA18BC9141F0151052443
Octal241213311243702540544103
Binary10100001100010111100100110100111110101011000001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BC9; }

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

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

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

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

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

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

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

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