#A18AC9

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

Shades of Cold Purple #A18AC9

Tints of Cold Purple #A18AC9

Color information

#A18AC9 (or 0xA18AC9) is unknown color: approx Cold Purple. HEX triplet: A1, 8A and C9. RGB value is (161,138,201). Sum of RGB (Red+Green+Blue) = 161+138+201=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 201 - color contains mainly: blue. Hex color #A18AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18AC9 is #5E7536. Grayscale: #979797. Windows color (decimal): -6190391 or 13208225. OLE color: 13208225.

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

Color convert

RGB161138201-
CMYK0.200.3100.21
HSL261.9º36.84%66.47%-
HSV(B)261.9º31.34%78.82%-
XYZ34.3329.9759.23-
YUV152.06155.62134.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.2%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 201 (78.91% from 255) = 40.2%
R=32.2%
G=27.6%
B=40.2%

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
Decimal1611382010.200.3100.21261.936.8466.47
HexA18AC9141F0151062542
Octal241212311243702540645102
Binary10100001100010101100100110100111110101011000001101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18AC9; }

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

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

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

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

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

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

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

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