#A184C0

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

Shades of Cold Purple #A184C0

Tints of Cold Purple #A184C0

Color information

#A184C0 (or 0xA184C0) is unknown color: approx Cold Purple. HEX triplet: A1, 84 and C0. RGB value is (161,132,192). Sum of RGB (Red+Green+Blue) = 161+132+192=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #A184C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184C0 is #5E7B3F. Grayscale: #939393. Windows color (decimal): -6191936 or 12616865. OLE color: 12616865.

HSL color Cylindrical-coordinate representation of color #A184C0: hue angle of 269º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A184C0 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161132192-
CMYK0.160.3100.25
HSL269º32.26%63.53%-
HSV(B)269º31.25%75.29%-
XYZ32.4627.8953.54-
YUV147.51153.11137.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=33.20%
G=27.22%
B=39.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611321920.160.3100.2526932.2663.53
HexA184C0101F01910d2040
Octal241204300203703141540100
Binary10100001100001001100000010000111110110011000011011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A184C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A184C0; }

 p { color: rgb(161,132,192); }

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

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

 a { background-color: rgb(161,132,192); }

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

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

 span { border-color: rgb(161,132,192); }

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